Skip to content

Commit 0745801

Browse files
committed
v1.0.0
1 parent 4dc4994 commit 0745801

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = u'1.0.0'
6262
# The full version, including alpha/beta/rc tags.
63-
release = u'1.0.0pre1'
63+
release = u'1.0.0'
6464

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

setup.py

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

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

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

0 commit comments

Comments
 (0)