diff --git a/camgeos/__init__.py b/camgeos/__init__.py index 5658c30..440d93c 100644 --- a/camgeos/__init__.py +++ b/camgeos/__init__.py @@ -2,6 +2,6 @@ __author__ = """Chung Sarit""" __email__ = 'sarithchung168@gmail.com' -__version__ = '0.0.3' +__version__ = '0.0.4' from .camgeos import * \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index dc42116..2aba4bd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.3 +current_version = 0.0.4 commit = True tag = True diff --git a/setup.py b/setup.py index e4231af..7e3f83a 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/chungsarit/camgeos', - version='0.0.3', + version='0.0.4', zip_safe=False, )