Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ZviCode committed Oct 20, 2024
1 parent f37e0d5 commit a0ab503
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,14 @@

setup(
name="kolhalashon",
version="1.0.2",
version="1.0.3",
author="zvi shteinman",
description="Python wrapper for Kol Halashon API",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/ZviCode/KolHalashonApi",
packages=find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
"Natural Language :: Hebrew",
],
python_requires=">=3.7",
install_requires=[
Expand Down

0 comments on commit a0ab503

Please sign in to comment.