Skip to content

Commit

Permalink
New version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek committed Jun 13, 2023
1 parent 877de8b commit 53763ca
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.11
pkgver=1.7
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.11'
__version__ = '1.7.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.6.11',
version='1.7.0',
packages=find_packages(exclude=['tests', 'tests.*']),
package_data={'huawei_lte_api': ['py.typed']},
install_requires=[
Expand Down

2 comments on commit 53763ca

@lazka
Copy link
Contributor

@lazka lazka commented on 53763ca Jun 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could this be uploaded to pypi?

@Salamek
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could this be uploaded to pypi?

Done (CI Failed to deploy before)

Please sign in to comment.