From dca71e2c454edfd87467b5e364882de295f2eaa7 Mon Sep 17 00:00:00 2001 From: andreicuceu Date: Sat, 2 Dec 2023 17:49:39 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.2=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- vega/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4f2c237..88096f7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.2 +current_version = 0.6.0 commit = True tag = True diff --git a/setup.py b/setup.py index 6f6a854..037cbde 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='0.5.2', + version='0.6.0', zip_safe=False, ) diff --git a/vega/__init__.py b/vega/__init__.py index db75e73..34277ab 100644 --- a/vega/__init__.py +++ b/vega/__init__.py @@ -2,7 +2,7 @@ __author__ = """Andrei Cuceu""" __email__ = 'andreicuceu@gmail.com' -__version__ = '0.5.2' +__version__ = '0.6.0' from vega.vega_interface import VegaInterface from vega.build_config import BuildConfig