Skip to content

Commit

Permalink
move version number up
Browse files Browse the repository at this point in the history
  • Loading branch information
joelyancey committed May 5, 2023
1 parent 10aa847 commit dc956eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "alignem"
version = "0.5.440"
version = "0.5.441"
description = "AlignEM-SWIFT is a graphical tool for registering serial section electron micrographs using SWiFT-IR."
authors = ["Joel Yancey <[email protected]>"]
license = "Mozilla Public License Version 2.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = alignEM
version = 0.5.440
version = 0.5.441
description = AlignEM-SWIFT is a graphical tool for registering serial section electron micrographs using SWiFT-IR.
long_description = file: README.md, LICENSE.txt
author = Joel Yancey
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="alignem",
version="0.5.440",
version="0.5.441",
author="Joel Yancey,",
author_email="[email protected]",
description="AlignEM-SWIFT is a graphical tool for registering serial section electron micrographs using SWiFT-IR.",
Expand Down
2 changes: 1 addition & 1 deletion src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__all__ = ['data']


VERSION = '0.5.440'
VERSION = '0.5.441'

LOG_LEVEL = 1

Expand Down

0 comments on commit dc956eb

Please sign in to comment.