Skip to content

Commit 9a6d64d

Browse files
authored
Release 0.5
Refs #7
1 parent 69b28e4 commit 9a6d64d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
from setuptools import setup, find_packages
44

5-
VERSION = "0.4"
5+
VERSION = "0.5"
66

77

88
def get_long_description():
@@ -30,6 +30,11 @@ def get_long_description():
3030
""",
3131
tests_require=["sqlite-diffable[test]"],
3232
url="https://github.com/simonw/sqlite-diffable",
33+
project_urls={
34+
"Issues": "https://github.com/simonw/sqlite-diffable/issues",
35+
"CI": "https://github.com/simonw/sqlite-diffable/actions",
36+
"Changelog": "https://github.com/simonw/sqlite-diffable/releases",
37+
},
3338
classifiers=[
3439
"Development Status :: 3 - Alpha",
3540
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)