We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5167ee commit b2c715cCopy full SHA for b2c715c
doc/conf.py
@@ -61,7 +61,7 @@
61
# The short X.Y version.
62
version = '0.1'
63
# The full version, including alpha/beta/rc tags.
64
-release = '0.1.0'
+release = '0.1.1'
65
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
# for a list of supported languages.
setup.py
@@ -18,7 +18,7 @@ def read(*names, **kwargs):
18
19
setup(
20
name="pyflex",
21
- version="0.1.0",
+ version="0.1.1",
22
license='GNU General Public License, Version 3 (GPLv3)',
23
description="Python port of the FLEXWIN package",
24
author="Lion Krischer",
0 commit comments