From cc9a1f151697da4c8cde923b2ce1a3c2cd45d227 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Sun, 16 May 2021 08:49:56 +0200 Subject: [PATCH] Version 0.17.0 --- remind.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/remind.py b/remind.py index b80b335..eef41b9 100644 --- a/remind.py +++ b/remind.py @@ -1,6 +1,6 @@ # Python library to convert between Remind and iCalendar # -# Copyright (C) 2013-2020 Jochen Sprickerhof +# Copyright (C) 2013-2021 Jochen Sprickerhof # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/setup.py b/setup.py index a68716c..f0f3d0d 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='remind', - version='0.16.0', + version='0.17.0', description='Remind Python library', long_description=open('README.rst').read(), author='Jochen Sprickerhof',