Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit 727fd2f

Browse files
committed
Version: Bump to 4.1.99.0
1 parent a8b8311 commit 727fd2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eduvpn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.1.3"
1+
__version__ = "4.1.99.0"

setup.py

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

44
from setuptools import setup, find_packages
55

6-
__version__ = "4.1.3"
6+
__version__ = "4.1.99.0"
77

88
with open("README.md", "r", encoding="utf-8") as fh:
99
long_description = fh.read()

0 commit comments

Comments
 (0)