Skip to content

Commit

Permalink
Merge pull request #291 from lbl-anp/v0.4.4
Browse files Browse the repository at this point in the history
Version 0.4.4 with pypi CD tag fix
  • Loading branch information
jccurtis authored Oct 5, 2021
2 parents cd5b149 + f323317 commit 6e6aa28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.3
current_version = 0.4.4
commit = True
tag = False

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: pypi
# Run on push/PR/manually BUT only uploads with a tag (see below)
on:
push:
tags: [ 'v*' ]
branches: [ $default-branch ]
pull_request:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion becquerel/__metadata__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__email__ = "[email protected]"
__description__ = "Tools for radiation spectral analysis."
__url__ = "https://github.com/lbl-anp/becquerel"
__version__ = "0.4.3"
__version__ = "0.4.4"
# classifiers from list at https://pypi.org/classifiers/
__classifiers__ = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 6e6aa28

Please sign in to comment.