Skip to content

Commit

Permalink
Bump version: 0.1.5 → 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-pypi.github-actions[bot] authored and alexzhangs committed May 9, 2024
1 parent a5d78c0 commit ba2708d
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.5"
version = "0.1.6"
requires-python = ">=2.7"
dependencies = [
"future",
Expand Down Expand Up @@ -140,7 +140,7 @@ shadowsocks_manager = ["fixtures/*", "**/fixtures/*"]
universal = true

[tool.bumpversion]
current_version = "0.1.5"
current_version = "0.1.6"
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.5
version = 0.1.6
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 ba2708d

Please sign in to comment.