From 64397c770c565ce7ce747a427a98a267828c61a4 Mon Sep 17 00:00:00 2001 From: simleo Date: Fri, 23 Jun 2023 12:20:32 +0200 Subject: [PATCH] bump version --- CITATION.cff | 4 ++-- src/runcrate/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index a5eb97d..a022b40 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -11,6 +11,6 @@ authors: given-names: Michael R. orcid: https://orcid.org/0000-0002-2961-9670 title: "runcrate" -version: 0.1.2 +version: 0.2.0 doi: 10.5281/zenodo.7762627 -date-released: 2023-03-23 +date-released: 2023-06-23 diff --git a/src/runcrate/__init__.py b/src/runcrate/__init__.py index fdf3797..a8f596d 100644 --- a/src/runcrate/__init__.py +++ b/src/runcrate/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.1.2" +__version__ = "0.2.0"