Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pontus Nyman committed Oct 2, 2022
1 parent 6cf9f3c commit ae9b97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/puslib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
if sys.version_info < _MIN_PYTHON:
sys.exit(f"Python {_MIN_PYTHON[0]}.{_MIN_PYTHON[1]} or later is required.\n", 1)

__version__ = "0.2.2"
__version__ = "0.2.3"


class PusPolicy:
Expand Down

0 comments on commit ae9b97b

Please sign in to comment.