Skip to content

Commit 099e65e

Browse files
authored
Merge pull request #22 from wccdev/dev
feat: 升级版本号
2 parents 4c928e8 + 7367048 commit 099e65e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drf_oa_workflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Leslie Chan"""
44
__email__ = "[email protected]"
5-
__version__ = "0.5.12"
5+
__version__ = "0.5.13"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "drf-oa-workflow"
4-
version = "0.5.12"
4+
version = "0.5.13"
55
homepage = "https://github.com/wccdev/drf-oa-workflow"
66
description = "Skeleton project created by Cookiecutter PyPackage."
77
authors = ["Leslie CHan <[email protected]>"]

0 commit comments

Comments
 (0)