Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JNRowe committed Jun 15, 2017
1 parent 988492c commit 50f7b73
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyisbn/_version.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# This is pyisbn version 1.0.2 (2017-04-04)
# This is pyisbn version 1.1.0 (2017-04-04)
# pylint: disable=C0103, C0111, C0121, W0622

dotted = '1.0.2'
libtool = '10:22'
hex = 0x010002
dotted = '1.1.0'
libtool = '11:20'
hex = 0x010100
date = '2017-04-04'
tuple = (1, 0, 2)
dict = {'minor': 0, 'major': 1, 'micro': 2}
web = 'pyisbn/1.0.2'
tuple = (1, 1, 0)
dict = {'micro': 0, 'major': 1, 'minor': 1}
web = 'pyisbn/1.1.0'

0 comments on commit 50f7b73

Please sign in to comment.