We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b41d34 commit c4637c1Copy full SHA for c4637c1
docs/source/conf.py
@@ -53,9 +53,9 @@
53
# built documents.
54
#
55
# The short X.Y version.
56
-version = '0.5'
+version = '0.4'
57
# The full version, including alpha/beta/rc tags.
58
-release = '0.5.dev1'
+release = '0.4.2'
59
60
# The language for content autogenerated by Sphinx. Refer to documentation
61
# for a list of supported languages.
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name = 'jwcrypto',
9
- version = '0.5.dev1',
+ version = '0.4.2',
10
license = 'LGPLv3+',
11
maintainer = 'JWCrypto Project Contributors',
12
maintainer_email = '[email protected]',
0 commit comments