Skip to content

Commit 4d98f7d

Browse files
committed
update version to v2.0.0
1 parent 20ec8cd commit 4d98f7d

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
@@ -21,7 +21,7 @@
2121
author = u'Vanya A. Sergeev'
2222

2323
# The short X.Y version.
24-
version = '1.1.2'
24+
version = '2.0.0'
2525
# The full version, including alpha/beta/rc tags.
2626
release = version
2727

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.2"
3+
__version__ = "2.0.0"
44
"Module version string."
55

6-
version = (1, 1, 2)
6+
version = (2, 0, 0)
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.2',
8+
version='2.0.0',
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)