Skip to content

Commit

Permalink
Bump version: 0.1.1 → 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DancingQuanta committed Mar 8, 2018
1 parent 0e2fc5f commit 1c3c0a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = 0.1.1
current_version = 0.1.2
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 @@ -10,7 +10,7 @@
history = history_file.read()

requirements = ['pyserial']
__version__ = '0.1.1'
__version__ = '0.1.2'

setup(
name='pyusbiss',
Expand Down
2 changes: 1 addition & 1 deletion usbiss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__author__ = 'Andrew Tolmie'
__email__ = 'andytheseeker@gmail.com'
__version__ = '0.1.1'
__version__ = '0.1.2'

def iss_spi_divisor(sck):
divisor = (6000000 / sck) - 1
Expand Down

0 comments on commit 1c3c0a3

Please sign in to comment.