Skip to content

Commit 67e4f74

Browse files
committed
update version to v1.1.2
1 parent d1396bd commit 67e4f74

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = '1.1.1'
67+
version = '1.1.2'
6868
# The full version, including alpha/beta/rc tags.
6969
release = version
7070

periphery/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import time
22

3-
__version__ = "1.1.1"
3+
__version__ = "1.1.2"
44
"Module version string."
55

6-
version = (1, 1, 1)
6+
version = (1, 1, 2)
77
"Module version tuple."
88

99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='python-periphery',
8-
version='1.1.1',
8+
version='1.1.2',
99
description='A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux.',
1010
author='vsergeev',
1111
author_email='[email protected]',

0 commit comments

Comments
 (0)