Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Version: Update to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijenbergh committed May 24, 2024
1 parent 8cf94fc commit 20a8644
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const Version = "1.2.0"
const Version = "1.2.1"
2 changes: 1 addition & 1 deletion wrappers/python/eduvpn_common/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0"
__version__ = "1.2.1"
2 changes: 1 addition & 1 deletion wrappers/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from wheel.bdist_wheel import bdist_wheel as _bdist_wheel

_libname = "eduvpn_common"
__version__ = "1.2.0"
__version__ = "1.2.1"


def getlibpath(plat_name: str) -> typing.Union[str, None]:
Expand Down

0 comments on commit 20a8644

Please sign in to comment.