Skip to content

Commit

Permalink
Incrementing version and updating docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
whubsch committed Aug 6, 2024
1 parent e780d4e commit b3d0f56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: python scripts/make_docs.py

- name: Upload documentation
uses: actions/upload-pages-artifact@v3
uses: actions/upload-artifact@v4
with:
path: docs/

Expand All @@ -50,5 +50,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Configure Pages
uses: actions/configure-pages@v5
- id: deployment
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion src/overturetoosm/__about__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Top-level package for overturetoosm."""

__version__ = "0.2.1"
__version__ = "0.2.2"

0 comments on commit b3d0f56

Please sign in to comment.