Skip to content

Commit

Permalink
update version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vsergeev committed Oct 24, 2016
1 parent 9d91f6e commit 19abab1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# built documents.
#
# The short X.Y version.
version = '1.0.0'
version = '1.1.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
4 changes: 2 additions & 2 deletions periphery/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__version__ = "1.0.0"
__version__ = "1.1.0"
"Module version string."

version = (1,0,0)
version = (1,1,0)
"Module version tuple."

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

setup(
name='python-periphery',
version='1.0.0',
version='1.1.0',
description='A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux.',
author='vsergeev',
author_email='[email protected]',
Expand Down

0 comments on commit 19abab1

Please sign in to comment.