mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
build: version number bumped to 2.2.0+dev
This commit is contained in:
parent
2fb4982988
commit
e89a537f7c
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
__version__ = "2.1.0"
|
||||
__version__ = "2.2.0+dev"
|
||||
|
|
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@ this_directory = Path(__file__).parent
|
|||
long_description = (this_directory / "README.md").read_text()
|
||||
|
||||
setup(name='pyerrors',
|
||||
version='2.1.0',
|
||||
version='2.2.0+dev',
|
||||
description='Error analysis for lattice QCD',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
|
|
Loading…
Add table
Reference in a new issue