Skip to content

Commit

Permalink
Packaging setup mark 4 (#5)
Browse files Browse the repository at this point in the history
* bump version to 0.0.4

* Corrected polling link for aur update
  • Loading branch information
williamjameshandley authored Jun 26, 2023
1 parent e93fda4 commit 21fc179
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Wait for PyPi
uses: nev7n/wait_for_response@v1
with:
url: "https://files.pythonhosted.org/packages/source/a/unimpeded/unimpeded-${{ env.DIST_VERSION }}.tar.gz"
url: "https://files.pythonhosted.org/packages/source/u/unimpeded/unimpeded-${{ env.DIST_VERSION }}.tar.gz"
responseCode: 200
timeout: 600000
interval: 10000
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ unimpeded: Universal model comparison & parameter estimation distributed over ev
===========================================================================================
:unimpeded: Universal model comparison & parameter estimation distributed over every dataset
:Author: Will Handley
:Version: 0.0.3
:Version: 0.0.4
:Homepage: https://github.com/handley-lab/unimpeded
:Documentation: http://unimpeded.readthedocs.io/

Expand Down
2 changes: 1 addition & 1 deletion unimpeded/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.3'
__version__ = '0.0.4'

0 comments on commit 21fc179

Please sign in to comment.