Skip to content

Commit

Permalink
Become 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Mar 5, 2025
1 parent fc31793 commit b1684c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ on:
push:
branches:
- master
tags:
- 'v*'
pull_request:
branches:
- master
jobs:
Test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion django_managerie/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.6.0"
__version__ = "0.6.1"

from .managerie import Managerie # noqa

0 comments on commit b1684c8

Please sign in to comment.