Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartLittlefair committed Jul 27, 2023
1 parent 44b7c85 commit 90b3d63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hcam_widgets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = """Stuart Littlefair"""
__email__ = 's.littlefair@shef.ac.uk'
__version__ = '1.1.0'
__version__ = '1.1.1'


class DriverError(Exception):
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.1
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@

setup(
name="hcam_widgets",
version="1.1.0",
version="1.1.1",
description="Common Tkinter widgets for HiPerCAM",
long_description=readme + "\n\n" + history,
author="Stuart Littlefair",
author_email="s.littlefair@shef.ac.uk",
url="https://github.com/HiPERCAM/hcam_widgets",
download_url="https://github.com/HiPERCAM/hcam_widgets/archive/v1.1.0.tar.gz",
download_url="https://github.com/HiPERCAM/hcam_widgets/archive/v1.1.1.tar.gz",
packages=["hcam_widgets", "hcam_widgets.compo", "hcam_widgets.hardware"],
package_dir={"hcam_widgets": "hcam_widgets"},
include_package_data=True,
Expand Down

0 comments on commit 90b3d63

Please sign in to comment.