Skip to content

Commit 9925754

Browse files
author
thomas
authored
Merge pull request #3 from pypyr/dev
Make deployable
2 parents 8553d88 + 0e90b8e commit 9925754

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

pypyraws/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""init py module."""

pypyraws/aws/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""init py module."""

pypyraws/steps/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""init py module."""

pypyraws/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import platform
44

5-
__version__ = '0.0.1'
5+
__version__ = '0.0.2'
66

77

88
def get_version():

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.1
2+
current_version = 0.0.2
33

44
[bdist_wheel]
55
universal = 0

0 commit comments

Comments
 (0)