From 842b00aa62174a0b1cd1bf4494198ea81c9b3179 Mon Sep 17 00:00:00 2001 From: Daniel McDonald Date: Thu, 8 Aug 2019 11:31:52 -0700 Subject: [PATCH] Bump versions for micro release --- redbiom/__init__.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/redbiom/__init__.py b/redbiom/__init__.py index 7033a00..4553621 100644 --- a/redbiom/__init__.py +++ b/redbiom/__init__.py @@ -13,13 +13,13 @@ # adapted from biom-format -__version__ = '0.3.0' +__version__ = '0.3.3' # db version follows macro/minor/micro expectations where a micro change should # be backwards compatible, a minor change introduces some backwards # incompatibility, and a major change represents a large shift in the # representation -__db_version__ = '0.3.0' +__db_version__ = '0.4.0' active_sessions = {} diff --git a/setup.py b/setup.py index 98cf574..e70d41b 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='redbiom', - version='0.3.2', + version='0.3.3', license='BSD-3-Clause', author='Daniel McDonald', author_email='wasade@gmail.com',