Skip to content

Commit

Permalink
Version bump to 2.2.15 to test alternative logic to deprecated utcfro…
Browse files Browse the repository at this point in the history
…mtimestamp in store_data
  • Loading branch information
jameswilburlewis committed Apr 13, 2024
1 parent cb98ffb commit a9e57a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "pytplot" %}
{% set version = "2.2.14" %}
{% set version = "2.2.15" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
git_url: https://github.com/MAVENSDC/pytplot.git
git_rev: v2.2.14
git_rev: v2.2.15

build:
number: 0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pytplot-mpl-temp
version = 2.2.14
version = 2.2.15
author = MAVEN SDC
author_email = [email protected]
description = A python version of IDL tplot libraries
Expand Down

0 comments on commit a9e57a2

Please sign in to comment.