Skip to content

Commit

Permalink
Merge pull request #58 from academic-innovation/prepare-release-v0p4p7
Browse files Browse the repository at this point in the history
Bump version to v0.4.7
  • Loading branch information
michaelwheeler authored Feb 4, 2025
2 parents 3ba9c43 + 40b35cc commit bff0ae7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: '3.9'
- run: python -m pip install build --user
- run: python -m build --sdist --wheel --outdir dist/
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: package-build
path: dist/
Expand All @@ -22,7 +22,7 @@ jobs:
needs: build
runs-on: [self-hosted, linux]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: package-build
path: dist/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="mogc-partnerships",
version="0.4.7b1",
version="0.4.7",
packages=find_packages(),
install_requires=[
"django>=3.2,<5.0",
Expand Down

0 comments on commit bff0ae7

Please sign in to comment.