Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gareth-j committed May 13, 2024
1 parent a0b6f82 commit 2923045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Run tests, publish Python distribution to PyPI and TestPyPI
on:
push:
branches: ["main", "devel"]
tags:
- "*"
pull_request:
branches: ["main", "devel"]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "openghg_calscales"
version = "0.1.0"
version = "0.1.1"
description = "OpenGHG gas calibration scale conversion tool"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 2923045

Please sign in to comment.