Skip to content

Commit

Permalink
Update version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed Dec 11, 2018
1 parent f3ed69b commit 786a9c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions redbiom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

# adapted from biom-format

__version__ = '0.1.0'
__version__ = '0.3.0'

# 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.1.0'
__db_version__ = '0.3.0'

active_sessions = {}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def run(self):

setup(
name='redbiom',
version='0.1.0-dev',
version='0.3.0',
license='BSD-3-Clause',
author='Daniel McDonald',
author_email='[email protected]',
Expand Down

0 comments on commit 786a9c7

Please sign in to comment.