Skip to content

Commit 4c234b2

Browse files
committed
Bump version: 0.6.3 → 0.6.4
1 parent f672f48 commit 4c234b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.3
2+
current_version = 0.6.4
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
test_suite='tests',
5353
tests_require=test_requirements,
5454
url='https://github.com/andreicuceu/Vega',
55-
version='0.6.3',
55+
version='0.6.4',
5656
zip_safe=False,
5757
)

vega/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Andrei Cuceu"""
44
__email__ = 'andreicuceu@gmail.com'
5-
__version__ = '0.6.3'
5+
__version__ = '0.6.4'
66

77
from vega.vega_interface import VegaInterface
88
from vega.build_config import BuildConfig

0 commit comments

Comments
 (0)