Skip to content

Commit

Permalink
Release 0.5
Browse files Browse the repository at this point in the history
Refs #7
  • Loading branch information
simonw authored Aug 18, 2022
1 parent 69b28e4 commit 9a6d64d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
from setuptools import setup, find_packages

VERSION = "0.4"
VERSION = "0.5"


def get_long_description():
Expand Down Expand Up @@ -30,6 +30,11 @@ def get_long_description():
""",
tests_require=["sqlite-diffable[test]"],
url="https://github.com/simonw/sqlite-diffable",
project_urls={
"Issues": "https://github.com/simonw/sqlite-diffable/issues",
"CI": "https://github.com/simonw/sqlite-diffable/actions",
"Changelog": "https://github.com/simonw/sqlite-diffable/releases",
},
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 9a6d64d

Please sign in to comment.