diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a40bb0d..8158fd3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,2 +1,2 @@ [bumpversion] -current_version = 1.46.1 +current_version = 1.47.0 diff --git a/setup.py b/setup.py index 5bb75c9..21cec37 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='primestg', - version='1.46.1', + version='1.47.0', packages=find_packages(), url='https://github.com/gisce/primestg', license='GNU Affero General Public License v3',