Skip to content

Commit b566039

Browse files
committed
v1.0.1
1 parent 025e9ad commit b566039

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = u'1.0.0'
61+
version = u'1.0.1'
6262
# The full version, including alpha/beta/rc tags.
63-
release = u'1.0.0'
63+
release = u'1.0.1'
6464

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

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="certitude",
14-
version="1.0.0",
14+
version="1.0.1",
1515

1616
description="A library that provides access to system certificate stores.",
1717
long_description=open("README.rst").read(),

0 commit comments

Comments
 (0)