Skip to content

Commit

Permalink
bump version 0.4.0 -> 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-Hochhaus committed Nov 28, 2023
1 parent 0ce0796 commit 9a52cef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpver]
current_version = "0.4.0"
current_version = "0.4.1"
version_pattern = 'MAJOR.MINOR.PATCH[PYTAGNUM]'
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

script_directory = os.path.dirname(os.path.abspath(__file__))
settings_window = None
__version__ = "0.4.0"
__version__ = "0.4.1"


def list_available_cameras():
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
[project]
name='leedccdgui'
readme='README.md'
version = "0.4.0"
version = "0.4.1"
authors=[{name='Julian Hochhaus', email='[email protected]'}]
license={file='LICENSE', name='MIT'}
description='This project is a graphical user interface (GUI) designed to control a SPECS ErLEED digital controller and a CCD-camera from The Imaging Source.'
Expand Down

0 comments on commit 9a52cef

Please sign in to comment.