We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9709940 commit 5e12e39Copy full SHA for 5e12e39
docs/conf.py
@@ -47,7 +47,7 @@
47
# The short X.Y version.
48
version = '1.8'
49
# The full version, including alpha/beta/rc tags.
50
-release = '1.8'
+release = '1.8.1'
51
52
# The language for content autogenerated by Sphinx. Refer to documentation
53
# for a list of supported languages.
setup.py
@@ -54,7 +54,7 @@
54
libraries = ['cap'])
55
56
setup(name = "python-prctl",
57
- version = "1.8",
+ version = "1.8.1",
58
author = "Dennis Kaarsemaker",
59
author_email = "[email protected]",
60
url = "http://github.com/seveas/python-prctl",
0 commit comments