build: Version number bumped to 2.2.0+dev, CHANGELOG added to project

links in setup.py
This commit is contained in:
Fabian Joswig 2022-06-10 10:30:00 +01:00
parent efd6d97d0a
commit 0d86df2506
2 changed files with 4 additions and 3 deletions

View file

@ -1 +1 @@
__version__ = "2.1.2"
__version__ = "2.2.0+dev"

View file

@ -4,14 +4,15 @@ this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()
setup(name='pyerrors',
version='2.1.2',
version='2.2.0+dev',
description='Error analysis for lattice QCD',
long_description=long_description,
long_description_content_type='text/markdown',
url="https://github.com/fjosw/pyerrors",
project_urls= {
'Documentation': 'https://fjosw.github.io/pyerrors/pyerrors.html',
'Bug Tracker': 'https://github.com/fjosw/pyerrors/issues'
'Bug Tracker': 'https://github.com/fjosw/pyerrors/issues',
'Changelog' : 'https://github.com/fjosw/pyerrors/blob/master/CHANGELOG.md'
},
author='Fabian Joswig',
author_email='fabian.joswig@ed.ac.uk',