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 a5edf04 commit 4559f11Copy full SHA for 4559f11
doc/conf.py
@@ -54,9 +54,9 @@
54
# built documents.
55
#
56
# The short X.Y version.
57
-version = '0.1.0'
+version = '0.1.1'
58
# The full version, including alpha/beta/rc tags.
59
-release = '0.1.0'
+release = '0.1.1'
60
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
# for a list of supported languages.
setup.py
@@ -17,7 +17,7 @@
17
long_description = f.read()
18
19
20
-setup(name='bcdi', version='0.1.0',
+setup(name='bcdi', version='0.1.1',
21
packages=find_packages(),
22
include_package_data=True,
23
# package_data={'bcdi/preprocessing': ['bcdi/preprocessing/alias_dict.txt']}, # the file needs to be in a package
0 commit comments