diff --git a/pypyraws/version.py b/pypyraws/version.py index d1099ff..6524cf4 100644 --- a/pypyraws/version.py +++ b/pypyraws/version.py @@ -2,7 +2,7 @@ import platform -__version__ = '0.0.3' +__version__ = '0.0.4' def get_version(): diff --git a/setup.cfg b/setup.cfg index 842e0d1..3fed794 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.3 +current_version = 0.0.4 [bdist_wheel] universal = 0