Skip to content

Commit 2c3db06

Browse files
committed
Version bump to 1.0.2
1 parent 584ff0e commit 2c3db06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '1.0.1'
61+
version = '1.0.2'
6262
# The full version, including alpha/beta/rc tags.
6363
release = version
6464

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup, find_packages
44

5-
VERSION = "1.0.1"
5+
VERSION = "1.0.2"
66
DESCRIPTION = open("README.md").read()
77

88
setup(

0 commit comments

Comments
 (0)