Skip to content

Commit

Permalink
New version 1.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek committed Dec 25, 2022
1 parent d3b5ec2 commit 9f1912b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion archlinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=python-huawei-lte-api
pkgver=1.6.9
pkgver=1.6.10
pkgdesc="API For huawei LAN/WAN LTE Modems"
pkgrel=1
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion huawei_lte_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.6.9'
__version__ = '1.6.10'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read_readme() -> str:

setup(
name='huawei-lte-api',
version='1.6.9',
version='1.6.10',
packages=find_packages(exclude=['tests', 'tests.*']),
package_data={'huawei_lte_api': ['py.typed']},
install_requires=[
Expand Down

0 comments on commit 9f1912b

Please sign in to comment.