Skip to content

Commit

Permalink
New version 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek committed Jan 7, 2024
1 parent 8f464b8 commit 0dcbb45
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.7.3
pkgver=1.8
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.7.3'
__version__ = '1.8.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.7.3',
version='1.8.0',
packages=find_packages(exclude=['tests', 'tests.*']),
package_data={'huawei_lte_api': ['py.typed']},
install_requires=[
Expand Down

0 comments on commit 0dcbb45

Please sign in to comment.