Skip to content

Commit c0b2f84

Browse files
avishaihalevahalev
authored andcommitted
change source code link on pypi
1 parent d5012b1 commit c0b2f84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
from setuptools import setup, find_packages
33

44
DESCRIPTION = 'A yaml-based configuration for reproducible python experiments.'
5-
VERSION = '0.21'
5+
VERSION = '0.22'
66
MAINTAINER = 'Avishai Halev'
77
MAINTAINER_EMAIL = '[email protected]'
88
LICENSE = 'MIT License'
99
PROJECT_URLS = {
10-
'Source Code': 'https://github.com/ahalev/experiment-config'
10+
'Source Code': f'https://github.com/ahalev/experiment-config/tree/v{VERSION}'
1111
}
1212
EXTRAS = {
1313
'dev': ['pytest']

0 commit comments

Comments
 (0)