chore: Bump version number to 0.2.0 due to httplib2 -> urllib3 change

pull/155/head
David Dreschner 2025-01-17 12:31:10 +01:00
rodzic 4db8471501
commit d91305d1c8
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -23,7 +23,7 @@ copyright = "2024, jazzband"
author = "Martin Eigenmann" author = "Martin Eigenmann"
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = "0.1.29" release = "0.2.0"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------

Wyświetl plik

@ -1,6 +1,6 @@
[project] [project]
name = "icalevents" name = "icalevents"
version = "0.1.29" version = "0.2.0"
description = "Simple Python 3 library to download, parse and query iCal sources." description = "Simple Python 3 library to download, parse and query iCal sources."
authors = [ authors = [
{ name = "Martin Eigenmann", email = "github@eigenmannmartin.ch" }, { name = "Martin Eigenmann", email = "github@eigenmannmartin.ch" },

Wyświetl plik

@ -1,7 +1,7 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
from setuptools import setup from setuptools import setup
version = "0.1.29" version = "0.2.0"
setup( setup(
name="icalevents", name="icalevents",