Skip to content

Commit

Permalink
Unit testing bug fix & version change
Browse files Browse the repository at this point in the history
  • Loading branch information
PennyHow committed Oct 3, 2023
1 parent 6ec52bd commit 9ba2f82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
shell: bash
run: |
cd $GITHUB_WORKSPACE/src/pypromice
python3 -m unittest -v process/aws.py get.py tx/tx.py qc/static_qc_test.py
python3 -m unittest -v process/aws.py get.py tx/tx.py qc/persistence_test.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pypromice",
version="1.2.1",
version="1.3.0",
author="GEUS Glaciology and Climate",
description="PROMICE/GC-Net data processing toolbox",
long_description=long_description,
Expand Down

0 comments on commit 9ba2f82

Please sign in to comment.