Skip to content

Commit

Permalink
Fix pypi (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
twrecked authored Feb 15, 2025
1 parent 8127fe5 commit 7614b3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.8.0.17
Fix pypi
0.8.0.16
Fix push mechanism
0.8.0.15
Expand Down
2 changes: 1 addition & 1 deletion pyaarlo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

_LOGGER = logging.getLogger("pyaarlo")

__version__ = "0.8.0.16"
__version__ = "0.8.0.17"


class PyArlo(object):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def readme():
setup(

name='pyaarlo',
version='0.8.0.16',
version='0.8.0.17',
packages=['pyaarlo'],

python_requires='>=3.7',
Expand Down

0 comments on commit 7614b3d

Please sign in to comment.