Skip to content

Commit

Permalink
Bump version: 1.2.1.dev0 → 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Schott committed Aug 2, 2021
1 parent d9f7e55 commit 50ab6aa
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.2.1.dev0
current_version = 1.2.1
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion keithleygui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from keithleygui.main import KeithleyGuiApp


__version__ = "v1.2.1.dev0"
__version__ = "v1.2.1"
__author__ = "Sam Schott"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="keithleygui",
version="1.2.1.dev0",
version="1.2.1",
description="A GUI for the Keithley 2600 series",
author="Sam Schott",
author_email="[email protected]",
Expand Down

0 comments on commit 50ab6aa

Please sign in to comment.