mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
build: Version number bumped to 2.2.0+dev, CHANGELOG added to project
links in setup.py
This commit is contained in:
parent
efd6d97d0a
commit
0d86df2506
2 changed files with 4 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
__version__ = "2.1.2"
|
__version__ = "2.2.0+dev"
|
||||||
|
|
5
setup.py
5
setup.py
|
@ -4,14 +4,15 @@ this_directory = Path(__file__).parent
|
||||||
long_description = (this_directory / "README.md").read_text()
|
long_description = (this_directory / "README.md").read_text()
|
||||||
|
|
||||||
setup(name='pyerrors',
|
setup(name='pyerrors',
|
||||||
version='2.1.2',
|
version='2.2.0+dev',
|
||||||
description='Error analysis for lattice QCD',
|
description='Error analysis for lattice QCD',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
url="https://github.com/fjosw/pyerrors",
|
url="https://github.com/fjosw/pyerrors",
|
||||||
project_urls= {
|
project_urls= {
|
||||||
'Documentation': 'https://fjosw.github.io/pyerrors/pyerrors.html',
|
'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='Fabian Joswig',
|
||||||
author_email='fabian.joswig@ed.ac.uk',
|
author_email='fabian.joswig@ed.ac.uk',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue