Skip to content

Commit

Permalink
bump version for 21.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed May 14, 2021
1 parent b90cd08 commit a3ad20b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clastic/_version.py
@@ -1,5 +1,5 @@

from __future__ import unicode_literals

version_info = (20, 0, 1, 'dev')
version_info = (21, 0, 0, '')
__version__ = '.'.join(["%s" % part for part in version_info if part or part == 0])
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@
' global state.')

if sys.version_info < (2,6):
raise NotImplementedError("Sorry, clastic only supports Python >=2.6")
raise NotImplementedError("Sorry, clastic only supports Python >2.6")

setup(name='clastic',
version=__version__,
Expand Down

0 comments on commit a3ad20b

Please sign in to comment.