Skip to content

Commit

Permalink
REL: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Morris committed May 22, 2024
1 parent d96e8c2 commit 665f6f9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@

name: PyPI upload

on: [workflow_dispatch]
on:
release:
types: [created]
workflow_dispatch:

jobs:
publish_pypi:
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions maria/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
__version_tuple__: VERSION_TUPLE
version_tuple: VERSION_TUPLE

__version__ = version = "0.9.8.dev0+gd5e3c5d.d20240216"
__version_tuple__ = version_tuple = (0, 9, 8, "dev0", "gd5e3c5d.d20240216")
__version__ = version = "0.9.8.dev32"
__version_tuple__ = version_tuple = (0, 9, 8, "dev32")
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies = [
"matplotlib",
"numpy",
"pandas",
"pytz",
"reproject",
"requests",
"scipy",
Expand Down

0 comments on commit 665f6f9

Please sign in to comment.