Skip to content

Commit

Permalink
Bump version: 0.1.1 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Sep 25, 2017
1 parent 11427c5 commit e943f4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ Roadmap

Current Version
---------------
version 0.1.1
version 0.2.0
2 changes: 1 addition & 1 deletion merkava/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = 'Adam Hopkins'
__email__ = 'admhpkns@gmail.com'
__version__ = '0.1.1'
__version__ = '0.2.0'

from . import server, channels, views, blueprints

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.2.0
commit = True
tag = True

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

setup(
name='merkava',
version='0.1.1',
version='0.2.0',
description='A fast ordered NoSQL database.',
long_description=readme + '\n\n' + doclink + '\n\n' + history,
author='Adam Hopkins',
Expand Down

0 comments on commit e943f4f

Please sign in to comment.