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