Skip to content

Commit

Permalink
Merge pull request #763 from bigchaindb/bump-version-to-0.8.0.dev
Browse files Browse the repository at this point in the history
Bumped version to 0.8.0.dev in version.py
  • Loading branch information
ttmc committed Oct 29, 2016
2 parents 2dd7f1a + e333b31 commit 31c93b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bigchaindb/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.7.0'
__short_version__ = '0.7'
__version__ = '0.8.0.dev'
__short_version__ = '0.8.dev'

0 comments on commit 31c93b7

Please sign in to comment.