build: version number bumped to 2.2.0+dev

This commit is contained in:
Fabian Joswig 2022-06-07 10:59:11 +01:00
parent 92285942ac
commit 02ed8ecd32
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -4,7 +4,7 @@ this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()
setup(name='pyerrors',
version='2.1.1',
version='2.2.0+dev',
description='Error analysis for lattice QCD',
long_description=long_description,
long_description_content_type='text/markdown',