Skip to content

Commit

Permalink
Bump version: 0.1.11 → 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-pypi.github-actions[bot] committed Jun 4, 2024
1 parent b58063c commit f77c60c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "shadowsocks-manager"
version = "0.1.11"
version = "0.1.12"
requires-python = ">=2.7"
dependencies = [
"future",
Expand Down Expand Up @@ -155,7 +155,7 @@ shadowsocks_manager = ["fixtures/*", "**/fixtures/*"]
universal = true

[tool.bumpversion]
current_version = "0.1.11"
current_version = "0.1.12"
parse = """
(?P<major>\\d+)\\.
(?P<minor>\\d+)\\.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = shadowsocks-manager
version = 0.1.11
version = 0.1.12
description = A shadowsocks manager for multi-user and traffic statistics
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit f77c60c

Please sign in to comment.