Skip to content

Commit 50ab6aa

Browse files
author
Sam Schott
committed
Bump version: 1.2.1.dev0 → 1.2.1
1 parent d9f7e55 commit 50ab6aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.1.dev0
2+
current_version = 1.2.1
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?

keithleygui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
from keithleygui.main import KeithleyGuiApp
33

44

5-
__version__ = "v1.2.1.dev0"
5+
__version__ = "v1.2.1"
66
__author__ = "Sam Schott"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="keithleygui",
5-
version="1.2.1.dev0",
5+
version="1.2.1",
66
description="A GUI for the Keithley 2600 series",
77
author="Sam Schott",
88
author_email="[email protected]",

0 commit comments

Comments
 (0)