File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ keywords:
2828 - XDS
2929 - cluster-analysis
3030license : BSD-3-Clause
31- version : 1.1.0
31+ version : 1.1.1
3232date-released : ' 2021-11-25'
3333doi : 10.5281/zenodo.5727189
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ def setup(app):
7474author = 'Stef Smeets'
7575
7676# The short X.Y version.
77- version = release = '1.1.0 '
77+ version = release = '1.1.1 '
7878
7979# The language for content autogenerated by Sphinx.
8080language = 'english'
Original file line number Diff line number Diff line change 1- __version__ = '1.1.0 '
1+ __version__ = '1.1.1 '
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " edtools"
7- version = " 1.1.0 "
7+ version = " 1.1.1 "
88description = " Collection of tools for automated processing and clustering of electron diffraction data."
99readme = " readme.md"
1010requires-python = " >=3.8"
@@ -73,7 +73,7 @@ publish = [
7373"edtools.find_beam_center" = " edtools.find_beam_center:main"
7474
7575[tool .bumpversion ]
76- current_version = " 1.1.0 "
76+ current_version = " 1.1.1 "
7777
7878[[tool .bumpversion .files ]]
7979filename = " edtools/__init__.py"
You can’t perform that action at this time.
0 commit comments