Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Commit af6068c

Browse files
author
Nathan Franklin
committed
Set version to 0.2.1
1 parent c70d9a1 commit af6068c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def __call__(self, *args, **kwards):
8787
#
8888
version = '0.2.1'
8989
# The full version, including alpha/beta/rc tags.
90-
release = '0.2.1.dev0'
90+
release = '0.2.1'
9191

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
README_TEXT = readme.read()
88

99
# Setup version
10-
VERSION = '0.2.1.dev0'
10+
VERSION = '0.2.1'
1111

1212

1313
def write_version_py(filename=None):

0 commit comments

Comments
 (0)