mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01: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()
|
||||
|
||||
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',
|
||||
|
|
Loading…
Add table
Reference in a new issue