Skip to content

Commit

Permalink
release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
strongbugman committed Oct 25, 2023
1 parent cbba5b4 commit 7919568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ all: test
version = `python -c 'import pkg_resources; print(pkg_resources.get_distribution("apiman").version)'`

install:
poetry install
poetry update

test: install
black . --check
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "apiman"
version = "0.5.3"
version = "0.5.4"
description = "Integrate api manual for your web project"
license = "BSD"
readme = "README.md"
Expand Down

0 comments on commit 7919568

Please sign in to comment.