Skip to content

Commit

Permalink
Release 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Sep 14, 2020
1 parent 413e866 commit c160911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
import os

VERSION = "0.4"
VERSION = "0.5"


def get_long_description():
Expand All @@ -23,7 +23,7 @@ def get_long_description():
version=VERSION,
packages=["datasette_ics"],
entry_points={"datasette": ["ics = datasette_ics"]},
install_requires=["datasette>=0.49a0", "ics==0.7"],
install_requires=["datasette>=0.49", "ics==0.7"],
extras_require={"test": ["pytest", "pytest-asyncio", "httpx"]},
tests_require=["datasette-ics[test]"],
)

0 comments on commit c160911

Please sign in to comment.