Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu RENARD committed Apr 2, 2024
1 parent 6972bda commit 5d94684
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
setup(
long_description=readme,
name='smartleia',
version='1.0.1',
version='1.0.2',
description='Python toolkit for LEIA smartcard reader',
python_requires='==3.*,>=3.6.0',
project_urls={"homepage": "https://h2lab.org/devices/leia/quickstart/", "repository": "https://github.com/h2lab/smartleia"},
Expand Down
2 changes: 1 addition & 1 deletion smartleia/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"LEIA",
]

__version__ = "1.0.1"
__version__ = "1.0.2"

name = "smartleia"

Expand Down
2 changes: 1 addition & 1 deletion tests/test_smartleia.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "1.0.1"
assert __version__ == "1.0.2"

0 comments on commit 5d94684

Please sign in to comment.