We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea944c commit 9f85b3cCopy full SHA for 9f85b3c
bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.3
+current_version = 0.4.0
3
commit = True
4
tag = True
5
message = Update version: {current_version} → {new_version}
marzban/__init__.py
@@ -65,4 +65,4 @@
65
"NextPlanModel"
66
)
67
68
-__version__ = "0.3.3"
+__version__ = "0.4.0"
setup.py
@@ -5,7 +5,7 @@
6
setup(
7
name="marzban",
8
- version="0.3.3",
+ version="0.4.0",
9
packages=find_packages(),
10
install_requires=[
11
"httpx>=0.23.0",
0 commit comments