Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into mth5
Browse files Browse the repository at this point in the history
  • Loading branch information
xandrd committed Jul 12, 2024
2 parents 2f7bb5b + 2fa4e7a commit eb7590d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
strategy:
matrix:
python-version: [3.8]
python-version: [3.9]
runs-on: windows-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pyspedas>=1.5.1
pyspedas>=1.5.16
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='pyspedas_examples',
version='0.3.0',
version='0.4.0',
description='Examples of pySPEDAS',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit eb7590d

Please sign in to comment.