We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5012b1 commit c0b2f84Copy full SHA for c0b2f84
setup.py
@@ -2,12 +2,12 @@
2
from setuptools import setup, find_packages
3
4
DESCRIPTION = 'A yaml-based configuration for reproducible python experiments.'
5
-VERSION = '0.21'
+VERSION = '0.22'
6
MAINTAINER = 'Avishai Halev'
7
MAINTAINER_EMAIL = '[email protected]'
8
LICENSE = 'MIT License'
9
PROJECT_URLS = {
10
- 'Source Code': 'https://github.com/ahalev/experiment-config'
+ 'Source Code': f'https://github.com/ahalev/experiment-config/tree/v{VERSION}'
11
}
12
EXTRAS = {
13
'dev': ['pytest']
0 commit comments