From 002154a674a23c0a0494cf6a0821dc7a5f5c3af9 Mon Sep 17 00:00:00 2001 From: Grace Hall Date: Wed, 6 Dec 2023 21:50:10 +1100 Subject: [PATCH] updated version to v0.13.1 --- janis_core/__meta__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/janis_core/__meta__.py b/janis_core/__meta__.py index c8be0381e..ec1f7f55b 100644 --- a/janis_core/__meta__.py +++ b/janis_core/__meta__.py @@ -1,4 +1,4 @@ -__version__ = "v0.13.0" +__version__ = "v0.13.1" GITHUB_URL = "https://github.com/PMCC-BioinformaticsCore/janis" DOCS_URL = "https://janis.readthedocs.io/en/latest/" diff --git a/pyproject.toml b/pyproject.toml index ae7fcc41a..b24bdc0a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["setuptools>=67.8.0", "wheel>=0.40.0"] [project] name = "janis-pipelines.core" -version = "v0.13.0" +version = "v0.13.1" description = "Workflow language + translation utilities to convert workflows from one language to another" readme = "README.md" license = { file = "LICENSE" }