Skip to content

Commit 4559f11

Browse files
author
Jerome Carnis
committed
Prepare for release 0.1.1
1 parent a5edf04 commit 4559f11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = '0.1.0'
57+
version = '0.1.1'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '0.1.0'
59+
release = '0.1.1'
6060

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
long_description = f.read()
1818

1919

20-
setup(name='bcdi', version='0.1.0',
20+
setup(name='bcdi', version='0.1.1',
2121
packages=find_packages(),
2222
include_package_data=True,
2323
# package_data={'bcdi/preprocessing': ['bcdi/preprocessing/alias_dict.txt']}, # the file needs to be in a package

0 commit comments

Comments
 (0)