Skip to content

Commit dfc9a70

Browse files
author
ravi
committed
release 0.2.3 setup
1 parent c0338a0 commit dfc9a70

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = u'0.1'
62+
version = u'0.2.3'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'0.1'
64+
release = u'0.2.3'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
from setuptools import setup, find_packages
44

5-
VERSION = '0.2.2'
5+
VERSION = '0.2.3'
66

77
with io.open(os.path.join(os.path.dirname(__file__), 'README.md'), encoding='utf-8', errors='ignore') as readme:
88
LONG_DESCRIPTION = readme.read()

0 commit comments

Comments
 (0)