Skip to content

Commit

Permalink
Bump versions for micro release
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed Aug 8, 2019
1 parent b923f13 commit 842b00a
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.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 = {}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

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

0 comments on commit 842b00a

Please sign in to comment.