Skip to content

Commit

Permalink
Bump version: 1.1.1 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slongwell committed Dec 21, 2019
1 parent 7d3da5b commit 55cf222
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion acqpack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Scott Longwell"""
__email__ = 'longwell@stanford.edu'
__version__ = '__version__ = '__version__ = '1.1.1'''
__version__ = '__version__ = '__version__ = '1.2.0'''

import gui
import utils
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.1
current_version = 1.2.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

setup(
name='acqpack',
version='version='version='1.1.1''',
version='version='version='1.2.0''',
description="Library for instrument control and automated data acquisition",
long_description=readme + '\n\n' + history,
author="Scott Longwell",
Expand Down

0 comments on commit 55cf222

Please sign in to comment.