diff --git a/marbles/core/marbles/core/VERSION b/marbles/core/marbles/core/VERSION index 965065d..a602fc9 100644 --- a/marbles/core/marbles/core/VERSION +++ b/marbles/core/marbles/core/VERSION @@ -1 +1 @@ -0.9.3 +0.9.4 diff --git a/marbles/mixins/marbles/mixins/VERSION b/marbles/mixins/marbles/mixins/VERSION index 965065d..a602fc9 100644 --- a/marbles/mixins/marbles/mixins/VERSION +++ b/marbles/mixins/marbles/mixins/VERSION @@ -1 +1 @@ -0.9.3 +0.9.4 diff --git a/setup.cfg b/setup.cfg index 0119fae..4e7b6a6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.3 +current_version = 0.9.4 commit = True tag = False diff --git a/setup.py b/setup.py index faa97c8..04e9424 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ from setuptools import setup -version = '0.9.3' +version = '0.9.4' url = 'https://github.com/twosigma/marbles' setup_dir = os.path.dirname(__file__)