Skip to content

Commit

Permalink
Bump version: 0.1.2 → 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-pypi.github-actions[bot] committed Apr 26, 2024
1 parent f335808 commit a080c92
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.2"
version = "0.1.3"
requires-python = ">=2.7"
dependencies = [
"future",
Expand Down Expand Up @@ -139,7 +139,7 @@ shadowsocks_manager = ["fixtures/*", "**/fixtures/*", ".env"]
universal = true

[tool.bumpversion]
current_version = "0.1.2"
current_version = "0.1.3"
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.2
version = 0.1.3
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 a080c92

Please sign in to comment.