Skip to content

Commit

Permalink
Bump a version
Browse files Browse the repository at this point in the history
  • Loading branch information
illagrenan committed Mar 5, 2024
1 parent 52943e5 commit 1a24e63
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 20 deletions.
6 changes: 0 additions & 6 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,6 @@ tasks:
- mkdocs build
silent: false

bump:
desc: Check setup
cmds:
- bump2version {{.CLI_ARGS}}
silent: false

build:
desc: Build the package
cmds:
Expand Down
2 changes: 1 addition & 1 deletion django_asgi_lifespan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

__author__ = """Václav Dohnal"""
__email__ = "vaclav.dohnal@gmail.com"
__version__ = "0.2.0"
__version__ = "0.3.0"
13 changes: 1 addition & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ ruff = "^0.3.0"

# Releases
twine = "^5.0.0"
bump2version = "^1.0.1"

# Tests
pytest = "^8.1.0"
Expand Down

0 comments on commit 1a24e63

Please sign in to comment.