Commit d03691c Sam Schott
committed
1 parent bc3ee37 commit d03691c Copy full SHA for d03691c
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.0.2.dev0
2
+ current_version = 2.0.2
3
3
commit = True
4
4
tag = False
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
Original file line number Diff line number Diff line change 25
25
project = "keithley2600"
26
26
copyright = "2019, Sam Schott"
27
27
author = "Sam Schott"
28
- version = "2.0.2.dev0 "
28
+ version = "2.0.2"
29
29
release = version
30
30
31
31
Original file line number Diff line number Diff line change 28
28
from keithley2600 .keithley_driver import log_to_screen , KeithleyIOError
29
29
30
30
31
- __version__ = "v2.0.2.dev0 "
31
+ __version__ = "v2.0.2"
Original file line number Diff line number Diff line change 3
3
4
4
setup (
5
5
name = "keithley2600" ,
6
- version = "v2.0.2.dev0 " ,
6
+ version = "v2.0.2" ,
7
7
description = "Full Python driver for the Keithley 2600 series." ,
8
8
url = "https://github.com/OE-FET/keithley2600.git" ,
9
9
author = "Sam Schott" ,
You can’t perform that action at this time.
0 commit comments