Skip to content

Commit

Permalink
Merge pull request #28 from BigRoy/chore/bump_version
Browse files Browse the repository at this point in the history
Bump version to 0.0.2 and add `version.py`
  • Loading branch information
BigRoy authored Nov 29, 2023
2 parents 3e27bd0 + 09a5814 commit 5a00ae3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
dependencies = [
'importlib-metadata; python_version<"3.7"', "qtpy"
]
version = "0.0.1"
version = "0.0.2"

[project.optional-dependencies]
usd = ["usd-core"]
Expand Down
3 changes: 3 additions & 0 deletions usd_qtpy/version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring usd_qtpy version."""
__version__ = "0.0.2"

0 comments on commit 5a00ae3

Please sign in to comment.