Skip to content

Commit

Permalink
Version 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jspricke committed May 16, 2021
1 parent ed0ae9a commit cc9a1f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion remind.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit cc9a1f1

Please sign in to comment.