Skip to content

Commit

Permalink
Version: Update to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijenbergh committed Feb 7, 2023
1 parent 5ee8138 commit eff51a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eduvpn.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global sum client for eduVPN

Name: eduvpn_client
Version: 3.3.0
Version: 3.3.1
Release: 0.1%{?dist}
Summary: %{sum}

Expand Down
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__ = "3.3.0"
__version__ = "3.3.1"

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

0 comments on commit eff51a2

Please sign in to comment.