Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jirikuchta committed Oct 7, 2023
1 parent e54ccf8 commit 964f0bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def readme():

setup(
name="garmin-ical-export",
version="1.0.7",
version="1.1.0",
description="Export Garmin Connect activities to iCalendar file",
long_description=readme(),
long_description_content_type="text/markdown",
Expand All @@ -24,7 +24,7 @@ def readme():
"console_scripts": ["garmin-ical-export=garminicalexport.cmd:main"]
},
install_requires=["vobject", "garth"],
python_requires=">=3.6",
python_requires=">=3.8",
include_package_data=True,
zip_safe=False
)

0 comments on commit 964f0bf

Please sign in to comment.