Skip to content

Commit

Permalink
update version to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vsergeev committed Oct 29, 2019
1 parent 20ec8cd commit 4d98f7d
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 @@ -21,7 +21,7 @@
author = u'Vanya A. Sergeev'

# The short X.Y version.
version = '1.1.2'
version = '2.0.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,9 +1,9 @@
import time

__version__ = "1.1.2"
__version__ = "2.0.0"
"Module version string."

version = (1, 1, 2)
version = (2, 0, 0)
"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.2',
version='2.0.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='v@sergeev.io',
Expand Down

0 comments on commit 4d98f7d

Please sign in to comment.