From c49418d3ec21fd72901474b0620c153697da37ba Mon Sep 17 00:00:00 2001
From: "valentin.emiya" <valentin.emiya@lif.univ-mrs.fr>
Date: Mon, 25 May 2020 17:11:18 +0200
Subject: [PATCH] fix url

---
 README.rst        | 2 +-
 VERSION           | 2 +-
 doc/README.md     | 2 +-
 pomad/__init__.py | 2 +-
 setup.py          | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.rst b/README.rst
index 6e0a030..51fc57a 100755
--- a/README.rst
+++ b/README.rst
@@ -21,7 +21,7 @@ For additional details, see doc/install.rst.
 Usage
 -----
 
-See the `documentation <http://templates.pages.lis-lab.fr/pomad/>`_.
+See the `documentation <http://valentin.emiya.pages.lis-lab.fr/pomad/>`_.
 
 Bugs
 ----
diff --git a/VERSION b/VERSION
index 6eec302..ab59df5 100755
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-pomad:0.1
+pomad:0.1.1
diff --git a/doc/README.md b/doc/README.md
index 5d2c9e9..3e0fe42 100755
--- a/doc/README.md
+++ b/doc/README.md
@@ -1,6 +1,6 @@
 If you only want to get the documentation, note that a pre-built
 version for the latest release is available
-[online](http://templates.pages.lis-lab.fr/pomad/).
+[online](http://valentin.emiya.pages.lis-lab.fr/pomad/).
 
 Sphinx is used to generate the API and reference documentation.
 
diff --git a/pomad/__init__.py b/pomad/__init__.py
index 985033f..f980617 100755
--- a/pomad/__init__.py
+++ b/pomad/__init__.py
@@ -11,4 +11,4 @@ from .range_approximation import \
 __all__ = ['direct_svd', 'evd_nystrom',
            'randomized_range_finder', 'adaptive_randomized_range_finder']
 
-__version__ = "0.1"
+__version__ = "0.1.1"
diff --git a/setup.py b/setup.py
index cdf66d1..cb35f7c 100755
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@ import sys
 NAME = 'pomad'
 DESCRIPTION = 'PrObabilistic MAtrix Decompositions from Halko et al., 2011'
 LICENSE = 'GNU General Public License v3 (GPLv3)'
-URL = 'https://gitlab.lis-lab.fr/templates/{}'.format(NAME)
+URL = 'https://gitlab.lis-lab.fr/valentin.emiya/{}'.format(NAME)
 AUTHOR = 'Valentin Emiya'
 AUTHOR_EMAIL = ('valentin.emiya@lis-lab.fr')
 INSTALL_REQUIRES = ['numpy', 'scipy']
-- 
GitLab