We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 025e9ad commit b566039Copy full SHA for b566039
docs/source/conf.py
@@ -58,9 +58,9 @@
58
# built documents.
59
#
60
# The short X.Y version.
61
-version = u'1.0.0'
+version = u'1.0.1'
62
# The full version, including alpha/beta/rc tags.
63
-release = u'1.0.0'
+release = u'1.0.1'
64
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
# for a list of supported languages.
setup.py
@@ -11,7 +11,7 @@
11
12
setup(
13
name="certitude",
14
- version="1.0.0",
+ version="1.0.1",
15
16
description="A library that provides access to system certificate stores.",
17
long_description=open("README.rst").read(),
0 commit comments