Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Oz Tiram committed Jun 16, 2020
1 parent 3b70b80 commit eaecbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/genesiscloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
from pkg_resources import get_distribution, DistributionNotFound
__version__ = get_distribution("genesiscloud").version
except (ImportError, DistributionNotFound):
__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit eaecbeb

Please sign in to comment.