From a635453f5a10019f2328b42841323725143fe151 Mon Sep 17 00:00:00 2001 From: jameswilburlewis Date: Fri, 8 Dec 2023 17:57:28 -0800 Subject: [PATCH] Version bump to 2.2.1, to pick up tdeflag and deflag fixes. --- meta.yaml | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta.yaml b/meta.yaml index 4364edda..132f030c 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pytplot" %} -{% set version = "2.2.0" %} +{% set version = "2.2.1" %} package: name: "{{ name|lower }}" @@ -7,7 +7,7 @@ package: source: git_url: https://github.com/MAVENSDC/pytplot.git - git_rev: v2.2.0 + git_rev: v2.2.1 build: number: 0 diff --git a/setup.cfg b/setup.cfg index 5ca5eba1..fc1bd043 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pytplot-mpl-temp -version = 2.2.0 +version = 2.2.1 author = MAVEN SDC author_email = mavensdc@lasp.colorado.edu description = A python version of IDL tplot libraries