kopia lustrzana https://github.com/jazzband/icalevents
chore: Bump version number to 0.2.0 due to httplib2 -> urllib3 change
rodzic
4db8471501
commit
d91305d1c8
|
|
@ -23,7 +23,7 @@ copyright = "2024, jazzband"
|
|||
author = "Martin Eigenmann"
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = "0.1.29"
|
||||
release = "0.2.0"
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "icalevents"
|
||||
version = "0.1.29"
|
||||
version = "0.2.0"
|
||||
description = "Simple Python 3 library to download, parse and query iCal sources."
|
||||
authors = [
|
||||
{ name = "Martin Eigenmann", email = "github@eigenmannmartin.ch" },
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
from setuptools import setup
|
||||
|
||||
version = "0.1.29"
|
||||
version = "0.2.0"
|
||||
|
||||
setup(
|
||||
name="icalevents",
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue