diff --git a/HISTORY.rst b/HISTORY.rst index 82c687342..d76be79b6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,5 +1,5 @@ -Version 0.0.11 --------------- +Version 0.1.0 +------------- * Refactor: simplify PRTF calculations diff --git a/doc/conf.py b/doc/conf.py index 28a16a836..74a1cf03a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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. diff --git a/setup.py b/setup.py index c958d54d2..812348ce8 100644 --- a/setup.py +++ b/setup.py @@ -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