From 909309aa1805a49b59f108be7676e9abeebb407e Mon Sep 17 00:00:00 2001 From: AreWeDreaming Date: Wed, 24 Jul 2024 11:51:30 -0700 Subject: [PATCH] Increment version --- meta.yaml | 4 ++-- recipe.yaml | 4 ++-- src/plasma_math_tools/__init__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/meta.yaml b/meta.yaml index a929a12..892d241 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,9 +1,9 @@ package: name: plasma_math_tools - version: 1.0.19 + version: 1.0.20 source: - git_rev: 1.0.19 + git_rev: 1.0.20 git_url: https://github.com/AreWeDreaming/plasma_math_tools requirements: diff --git a/recipe.yaml b/recipe.yaml index 059a73a..fe679f1 100644 --- a/recipe.yaml +++ b/recipe.yaml @@ -2,10 +2,10 @@ context: {} package: name: plasma_math_tools - version: 1.0.19 + version: 1.0.20 source: - git_rev: 1.0.19 + git_rev: 1.0.20 git_url: https://github.com/AreWeDreaming/plasma_math_tools build: diff --git a/src/plasma_math_tools/__init__.py b/src/plasma_math_tools/__init__.py index c83ace9..9652319 100644 --- a/src/plasma_math_tools/__init__.py +++ b/src/plasma_math_tools/__init__.py @@ -1 +1 @@ -__version__="1.0.19" \ No newline at end of file +__version__="1.0.20" \ No newline at end of file