We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275eaca commit 35e4d52Copy full SHA for 35e4d52
README.rst
@@ -6,7 +6,7 @@ django-elastipymemcache
6
:Author: UNCOVER TRUTH Inc. <develop@uncovertruth.co.jp>
7
:Copyright: © UNCOVER TRUTH Inc.
8
:Date: 2017-04-11
9
-:Version: 0.0.6
+:Version: 1.0.0
10
11
.. index: README
12
.. image:: https://travis-ci.org/uncovertruth/django-elastipymemcache.svg?branch=master
django_elastipymemcache/__init__.py
@@ -1,2 +1,2 @@
1
-VERSION = (0, 0, 6)
+VERSION = (1, 0, 0)
2
__version__ = '.'.join(map(str, VERSION))
0 commit comments