Skip to content

Commit

Permalink
Become 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Feb 8, 2024
1 parent fa6870e commit eedb953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: pip install build && python -m build
- uses: actions/upload-artifact@v3
with:
name: wheel
name: dist
path: dist/*.whl
Publish:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
Expand Down
2 changes: 1 addition & 1 deletion django_urr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .extract import extract_urls

__all__ = ["extract_urls"]
__version__ = "0.2.0"
__version__ = "0.3.0"

0 comments on commit eedb953

Please sign in to comment.