Skip to content

Commit b2c715c

Browse files
committed
New minor release
1 parent d5167ee commit b2c715c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# The short X.Y version.
6262
version = '0.1'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '0.1.0'
64+
release = '0.1.1'
6565

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def read(*names, **kwargs):
1818

1919
setup(
2020
name="pyflex",
21-
version="0.1.0",
21+
version="0.1.1",
2222
license='GNU General Public License, Version 3 (GPLv3)',
2323
description="Python port of the FLEXWIN package",
2424
author="Lion Krischer",

0 commit comments

Comments
 (0)