Skip to content

Commit

Permalink
Release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jul 11, 2019
1 parent 01384cf commit 51f1952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
import os

VERSION = "0.2"
VERSION = "0.3"


def get_long_description():
Expand Down
2 changes: 1 addition & 1 deletion test_datasette_cors.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async def test_datasette_cors_plugin_installed():
"name": "datasette_cors",
"static": False,
"templates": False,
"version": "0.2",
"version": "0.3",
}
] == json.loads(body["body"].decode("utf8"))

Expand Down

0 comments on commit 51f1952

Please sign in to comment.