Skip to content

Commit

Permalink
Merge branch 'hotfix/1.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentva committed Sep 7, 2018
2 parents f7079e7 + 05d2719 commit e8c9ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pypozyx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"""

__version__ = '1.2.2'
__version__ = '1.2.3'

VERSION = __version__
version = __version__
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='pypozyx',
packages=['pypozyx', 'pypozyx.definitions',
packages=['pypozyx', 'pypozyx.definitions', 'pypozyx.tools',
'pypozyx.structures'],
version=PYPOZYX_VERSION,
description='Python library for Pozyx devices',
Expand Down

0 comments on commit e8c9ac7

Please sign in to comment.