Skip to content

Commit 4078af4

Browse files
committed
Bump version: 0.9.4 → 0.9.5
1 parent 417e9da commit 4078af4

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.4
1+
0.9.5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.4
1+
0.9.5

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

0 commit comments

Comments
 (0)