Skip to content

Commit

Permalink
Merge pull request #116 from netreplica/dev
Browse files Browse the repository at this point in the history
manual pypi dispatch
  • Loading branch information
bortok authored Apr 19, 2024
2 parents aeaf94a + a4bbba2 commit 1035076
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Publish Python distribution to PyPI and TestPyPI
on:
push:
branches: [ "main", "dev" ]
workflow_dispatch:

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion src/nrx/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
"""
Metadata for the nrx package
"""
__version__ = "0.5.0"
__version__ = "0.5.1"
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nrx: v0.5.0
nrx: v0.5.1
templates: v0.2.0

0 comments on commit 1035076

Please sign in to comment.