diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6ad19fc..411e52f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.2 +current_version = 2.1.0 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))? diff --git a/setup.py b/setup.py index 0234f5f..73ff889 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="keithley2600", - version="v2.0.2", + version="v2.1.0", description="Full Python driver for the Keithley 2600 series.", url="https://github.com/OE-FET/keithley2600.git", author="Sam Schott",