Skip to content

Commit 1791aaa

Browse files
committed
Version bump + small formatting
1 parent b65660a commit 1791aaa

6 files changed

Lines changed: 4 additions & 53 deletions

File tree

README.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

documentation_generator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def clean_up_doxypypy_files(filename):
3030
fp.writelines(lines_to_keep)
3131

3232

33-
3433
if __name__ == '__main__':
3534
import os
3635
import subprocess
@@ -60,7 +59,6 @@ def run_doxygen(files):
6059
subprocess.run('doxygen doxygen_settings', shell=True)
6160

6261

63-
6462
# generate groups
6563
files_first_run = [
6664
'core.py',

pypozyx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
8181
"""
8282

83-
__version__ = '1.1.3'
83+
__version__ = '1.1.4'
8484

8585
VERSION = __version__
8686
version = __version__

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
pyserial>=3.0
2+
3+
# for the tutorials, pythonosc is needed.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name='pypozyx',
1313
packages=['pypozyx', 'pypozyx.definitions',
1414
'pypozyx.structures'],
15-
version='1.1.3',
15+
version='1.1.4',
1616
description='Python library for Pozyx devices',
1717
install_requires=[
1818
'pyserial>=3.0'

unit_tests/__init__.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)