Skip to content

Commit

Permalink
Version: Bump to 4.1.99.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijenbergh committed Oct 25, 2023
1 parent 8a0904f commit c7f5bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eduvpn/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.1.3"
__version__ = "4.1.99.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import setup, find_packages

__version__ = "4.1.3"
__version__ = "4.1.99.0"

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

0 comments on commit c7f5bc7

Please sign in to comment.