Skip to content

Commit 182aba8

Browse files
author
Thomas Irgang
authored
v0.1.16
Fix 'import UTC' error, caused by outdated requirement #37
1 parent c6bd57d commit 182aba8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
from setuptools import setup
33

4-
version = '0.1.15'
4+
version = '0.1.16'
55

66
setup(
77
name = 'icalevents',

0 commit comments

Comments
 (0)