Skip to content

Commit

Permalink
Bump version: 1.1.15 → 1.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 25, 2024
1 parent 9a199ba commit 3ebee05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.15
current_version = 1.1.16
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion qontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import sys
import os

__version__ = "1.1.15"
__version__ = "1.1.16"

COMMON_ERRORS = {
0:'Unknown error.',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()

__version__ = "1.1.15"
__version__ = "1.1.16"

setuptools.setup(
name="qontrol",
Expand Down

0 comments on commit 3ebee05

Please sign in to comment.