Skip to content

Commit

Permalink
Bump for v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
abought committed Dec 17, 2021
1 parent 6761381 commit 9e7d1bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.3.3', # Required
version='0.3.4', # Required

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down
2 changes: 1 addition & 1 deletion zorp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from distutils.version import LooseVersion

__version__ = '0.3.3'
__version__ = '0.3.4'
__version_info__ = tuple(LooseVersion(__version__).version)

__all__ = [
Expand Down

0 comments on commit 9e7d1bd

Please sign in to comment.