diff --git a/pygomas/__init__.py b/pygomas/__init__.py index b778e90..ed63801 100644 --- a/pygomas/__init__.py +++ b/pygomas/__init__.py @@ -6,4 +6,4 @@ import pygomas.server import pygomas.packs.medicpack -__version__ = "0.4.7" +__version__ = "0.5.0" diff --git a/setup.cfg b/setup.cfg index 3ce9e49..887e48d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.7 +current_version = 0.5.0 commit = True tag = False @@ -22,4 +22,3 @@ test = pytest [tool:pytest] collect_ignore = ['setup.py'] - diff --git a/setup.py b/setup.py index d2f8601..91230ff 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,6 @@ def parse_requirements(filename): test_suite='tests', tests_require=test_requirements, url='https://github.com/javipalanca/pygomas', - version='0.4.7', + version='0.5.0', zip_safe=False, )