We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4779a1b commit 3d37bcfCopy full SHA for 3d37bcf
marbles/core/marbles/core/VERSION
@@ -1 +1 @@
1
-0.12.0
+0.12.1
marbles/mixins/marbles/mixins/VERSION
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
2
-current_version = 0.12.0
+current_version = 0.12.1
3
commit = True
4
tag = False
5
setup.py
@@ -24,7 +24,7 @@
24
from setuptools import setup
25
26
27
-version = '0.12.0'
+version = '0.12.1'
28
url = 'https://github.com/twosigma/marbles'
29
setup_dir = os.path.dirname(__file__)
30
0 commit comments