Skip to content

Commit 1490078

Browse files
committed
Bump version: 0.9.2 → 0.9.3
1 parent 07e68dc commit 1490078

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.2
1+
0.9.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.2
1+
0.9.3

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.2
2+
current_version = 0.9.3
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.2'
27+
version = '0.9.3'
2828
url = 'https://github.com/twosigma/marbles'
2929
setup_dir = os.path.dirname(__file__)
3030

0 commit comments

Comments
 (0)