Skip to content

Commit 0b9e3fa

Browse files
committed
Bump version to: 1.1.1
1 parent d86a19a commit 0b9e3fa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ keywords:
2828
- XDS
2929
- cluster-analysis
3030
license: BSD-3-Clause
31-
version: 1.1.0
31+
version: 1.1.1
3232
date-released: '2021-11-25'
3333
doi: 10.5281/zenodo.5727189

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def setup(app):
7474
author = '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.
8080
language = 'english'

edtools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.1.0'
1+
__version__ = '1.1.1'

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "edtools"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "Collection of tools for automated processing and clustering of electron diffraction data."
99
readme = "readme.md"
1010
requires-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]]
7979
filename = "edtools/__init__.py"

0 commit comments

Comments
 (0)