Skip to content

Commit

Permalink
update version to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vsergeev committed Nov 20, 2020
1 parent f4c97eb commit 38e3456
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 = '2.1.0'
version = '2.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__ = "2.1.0"
__version__ = "2.1.1"
"Module version string."

version = (2, 1, 0)
version = (2, 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='2.1.0',
version='2.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 38e3456

Please sign in to comment.