Skip to content

Commit c1e5373

Browse files
thejunglejaneleifwalsh
authored andcommitted
Bump version: 0.9.5 → 0.10.0
1 parent 7629de1 commit c1e5373

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

marbles/core/marbles/core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.5
1+
0.10.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.5
1+
0.10.0

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.9.5
2+
current_version = 0.10.0
33
commit = True
44
tag = False
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from setuptools import setup
2525

2626

27-
version = '0.9.5'
27+
version = '0.10.0'
2828
url = 'https://github.com/twosigma/marbles'
2929
setup_dir = os.path.dirname(__file__)
3030

0 commit comments

Comments
 (0)