Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Sep 19, 2017
1 parent 4bd4538 commit 708bed6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rpm/centos7.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: 1.0rc4
Version: 1.0rc5
Release: 1%{?dist}
Summary: %{sum}

Expand Down
2 changes: 1 addition & 1 deletion rpm/eduvpn-client.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: 1.0rc4
Version: 1.0rc5
Release: 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 @@ -5,7 +5,7 @@

from setuptools import setup, find_packages

__version__ = "1.0rc4"
__version__ = "1.0rc5"


install_requires = [
Expand Down

0 comments on commit 708bed6

Please sign in to comment.