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