We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8553d88 + 0e90b8e commit 9925754Copy full SHA for 9925754
pypyraws/__init__.py
@@ -0,0 +1 @@
1
+"""init py module."""
pypyraws/aws/__init__.py
pypyraws/steps/__init__.py
pypyraws/version.py
@@ -2,7 +2,7 @@
2
3
import platform
4
5
-__version__ = '0.0.1'
+__version__ = '0.0.2'
6
7
8
def get_version():
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.0.1
+current_version = 0.0.2
[bdist_wheel]
universal = 0
0 commit comments