From f582018a2fb78d3c2ab9b5d7a8900f018f3fcc42 Mon Sep 17 00:00:00 2001 From: jpalanca Date: Tue, 13 Feb 2024 14:00:58 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.7=20=E2=86=92=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pygomas/__init__.py | 2 +- setup.cfg | 3 +-- setup.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) 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, )