Skip to content

Commit 9f85b3c

Browse files
committed
Release: 0.4.0 with full support Marzban v0.8.0
1 parent 5ea944c commit 9f85b3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.3
2+
current_version = 0.4.0
33
commit = True
44
tag = True
55
message = Update version: {current_version} → {new_version}

marzban/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@
6565
"NextPlanModel"
6666
)
6767

68-
__version__ = "0.3.3"
68+
__version__ = "0.4.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="marzban",
8-
version="0.3.3",
8+
version="0.4.0",
99
packages=find_packages(),
1010
install_requires=[
1111
"httpx>=0.23.0",

0 commit comments

Comments
 (0)