Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Mar 21, 2018
1 parent 0b13ef3 commit 63300a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.2.0'
__version__ = '0.3.0'

from . import server, channels, views, blueprints

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
history = open('HISTORY.rst').read().replace('.. :changelog:', '')
setup(
name='merkava',
version='0.2.0',
description='A fast ordered NoSQL database.',
version='0.3.0',
description='A fast ordered NoSQL datastore.',
long_description=readme + '\n\n' + doclink + '\n\n' + history,
author='Adam Hopkins',
author_email='admhpkns@gmail.com',
Expand All @@ -33,6 +33,6 @@
keywords='merkava',
setup_requires=['pytest-runner'],
tests_require=['pytest'],
classifiers=['Development Status :: 2 - Pre-Alpha', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Natural Language :: English', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6'],
classifiers=['Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Natural Language :: English', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6'],
# 'Programming Language :: Python :: Implementation :: PyPy',
)

0 comments on commit 63300a5

Please sign in to comment.