From 568cf615a6885891c111e3d1448e2514c56d5729 Mon Sep 17 00:00:00 2001 From: Joris Snellenburg Date: Fri, 22 Oct 2021 00:19:24 +0200 Subject: [PATCH] Archive 0.0.5 release as 0.0.5.post1 --- HISTORY.rst | 3 ++- lmfit_varpro/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 08344c4..1442cf3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,11 +2,12 @@ History ======= -0.0.5-archive (2021-10-21) +0.0.5.post1 (2021-10-21) -------------------------- * Updated README * Updated AUTHORS.rst +* Archive of v0.0.5 release 0.0.5 (2018-08-09) ------------------ diff --git a/lmfit_varpro/__init__.py b/lmfit_varpro/__init__.py index 453a543..6f33909 100644 --- a/lmfit_varpro/__init__.py +++ b/lmfit_varpro/__init__.py @@ -2,7 +2,7 @@ __author__ = """Jörn Weißenborn, Stefan Schütz, Joris Snellenburg""" __email__ = "joern.weissenborn@gmail.com, stefanschuetz.fd@gmail.com, j.snellenburg@gmail.com" -__version__ = "0.0.5-archive" +__version__ = "0.0.5.post1" from lmfit_varpro import constraints from lmfit_varpro import result diff --git a/setup.py b/setup.py index c7c4582..681e4c4 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="lmfit-varpro", - version="0.0.5-archive", + version="0.0.5.post1", description="A variable projection implementation for Python/lmfit.", long_description=long_description, long_description_content_type="text/markdown",