From 65954ea8243f24211dd8bbd84a84eae48bb333f0 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Tue, 19 Dec 2023 16:26:08 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.5.6=20=E2=86=92=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/source/conf.py | 2 +- setup.py | 2 +- udkm1Dsim/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 95352754..8fd95d18 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.6 +current_version = 2.0.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/docs/source/conf.py b/docs/source/conf.py index ee4b8984..31b381f1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = 'Daniel Schick' # The short X.Y version -version = '1.5.6' +version = '2.0.0' # The full version, including alpha/beta/rc tags release = version diff --git a/setup.py b/setup.py index c2d1cdc9..4d044d18 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='udkm1Dsim', - version='1.5.6', + version='2.0.0', packages=find_packages(), package_data={ 'udkm1Dsim': ['parameters/atomic_form_factors/chantler/*.cf', diff --git a/udkm1Dsim/__init__.py b/udkm1Dsim/__init__.py index bf3f9969..93880170 100644 --- a/udkm1Dsim/__init__.py +++ b/udkm1Dsim/__init__.py @@ -15,4 +15,4 @@ 'Simulation', 'Heat', 'Phonon', 'PhononNum', 'PhononAna', 'Magnetization', 'LLB', 'Xray', 'XrayKin', 'XrayDyn', 'XrayDynMag', 'u', 'Q_'] -__version__ = '1.5.6' +__version__ = '2.0.0'