Skip to content

Commit

Permalink
update version to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vsergeev committed Apr 4, 2018
1 parent 8257192 commit ff4d535
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.1.0'
version = '1.1.1'
# 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,9 +1,9 @@
import time

__version__ = "1.1.0"
__version__ = "1.1.1"
"Module version string."

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


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.1.0',
version='1.1.1',
description='A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux.',
author='vsergeev',
author_email='v@sergeev.io',
Expand Down

0 comments on commit ff4d535

Please sign in to comment.