diff --git a/setup.cfg b/setup.cfg index 954f401..c13dbcf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.0 +current_version = 1.3.1 commit = True tag = True diff --git a/setup.py b/setup.py index 524b9dd..b8dfd45 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/andreicuceu/Vega', - version='1.3.0', + version='1.3.1', zip_safe=False, ) diff --git a/vega/__init__.py b/vega/__init__.py index af54a94..9ea7950 100644 --- a/vega/__init__.py +++ b/vega/__init__.py @@ -2,7 +2,7 @@ __author__ = """Andrei Cuceu""" __email__ = 'andreicuceu@gmail.com' -__version__ = '1.3.0' +__version__ = '1.3.1' from vega.vega_interface import VegaInterface from vega.build_config import BuildConfig