mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
Version number bumped to 2.0.0-rc.1
This commit is contained in:
parent
39dff5a830
commit
7ba013cc60
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
__version__ = "2.0.0+dev"
|
||||
__version__ = "2.0.0-rc.1"
|
||||
|
|
2
setup.py
2
setup.py
|
@ -3,7 +3,7 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
setup(name='pyerrors',
|
||||
version='2.0.0+dev',
|
||||
version='2.0.0-rc.1',
|
||||
description='Error analysis for lattice QCD',
|
||||
author='Fabian Joswig',
|
||||
author_email='fabian.joswig@ed.ac.uk',
|
||||
|
|
Loading…
Add table
Reference in a new issue