Skip to content

Commit d03691c

Browse files
author
Sam Schott
committed
Bump version: 2.0.2.dev0 → 2.0.2
1 parent bc3ee37 commit d03691c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

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

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
project = "keithley2600"
2626
copyright = "2019, Sam Schott"
2727
author = "Sam Schott"
28-
version = "2.0.2.dev0"
28+
version = "2.0.2"
2929
release = version
3030

3131

keithley2600/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
from keithley2600.keithley_driver import log_to_screen, KeithleyIOError
2929

3030

31-
__version__ = "v2.0.2.dev0"
31+
__version__ = "v2.0.2"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="keithley2600",
6-
version="v2.0.2.dev0",
6+
version="v2.0.2",
77
description="Full Python driver for the Keithley 2600 series.",
88
url="https://github.com/OE-FET/keithley2600.git",
99
author="Sam Schott",

0 commit comments

Comments
 (0)