Skip to content

Commit

Permalink
New version 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek committed Aug 22, 2024
1 parent a891722 commit a2bec16
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.9.3
pkgver=1.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.9.3'
__version__ = '1.10.0'
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.9.3',
version='1.10.0',
packages=find_packages(exclude=['tests', 'tests.*']),
package_data={'huawei_lte_api': ['py.typed']},
install_requires=[
Expand Down

0 comments on commit a2bec16

Please sign in to comment.