Skip to content

Commit

Permalink
Prepare for release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Carnis committed Mar 26, 2021
1 parent 3daf135 commit a94a5f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 0.0.11
--------------
Version 0.1.0
-------------

* Refactor: simplify PRTF calculations

Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = '0.0.11'
version = '0.1.0'
# The full version, including alpha/beta/rc tags.
release = '0.0.11'
release = '0.1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
long_description = f.read()


setup(name='bcdi', version='0.0.11',
setup(name='bcdi', version='0.1.0',
packages=find_packages(),
include_package_data=True,
# package_data={'bcdi/preprocessing': ['bcdi/preprocessing/alias_dict.txt']}, # the file needs to be in a package
Expand Down

0 comments on commit a94a5f9

Please sign in to comment.