Skip to content

Commit 23c5d07

Browse files
Merge branch 'develop'
2 parents 19e2ac7 + 8f7c539 commit 23c5d07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
# built documents.
6363
#
6464
# the short x.y version.
65-
version = '0.0.1'
65+
version = '0.0.2'
6666
# the full version, including alpha/beta/rc tags.
67-
release = '0.0.1-alpha'
67+
release = '0.0.2-alpha'
6868

6969

7070
# language for content autogenerated by Sphinx. Refer to documentation

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"""
1717
from setuptools import setup
1818

19-
__version__ = "0.0.1"
19+
__version__ = "0.0.2"
2020

2121

2222
setup(

0 commit comments

Comments
 (0)