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