diff --git a/dicom_upload/_version.py b/dicom_upload/_version.py
index bce0f989554364fecfe8c69ade8095e0306f119b..f77b64570b3f61d01655157e3a56f5731861817d 100644
--- a/dicom_upload/_version.py
+++ b/dicom_upload/_version.py
@@ -4,5 +4,5 @@
 # Copyright (c) Alice Grosch.
 # Distributed under the terms of the Modified BSD License.
 
-version_info = (0, 1, 0, 'dev')
+version_info = (0, 1, 0)
 __version__ = ".".join(map(str, version_info))
diff --git a/docs/source/develop-install.rst b/docs/source/develop-install.rst
index 649becffa5276d936aee016da437bcb2b0a92519..6893eb14db78a0a1aefaa916369c9f6fa8840a9b 100644
--- a/docs/source/develop-install.rst
+++ b/docs/source/develop-install.rst
@@ -6,7 +6,7 @@ Developer install
 To install a developer version of dicom_upload, you will first need to clone
 the repository::
 
-    git clone https://github.com/jsc/dicom-upload
+    git clone https://gitlab.version.fz-juelich.de/jupyter4jsc/j4j_extras/dicom-upload.git
     cd dicom-upload
 
 Next, install it with a develop install using pip::
diff --git a/package.json b/package.json
index 16efe6c8bab47695ecbcc0f30704009a703587aa..9557a0df0b5cc59f49a050882e0b895904a499e6 100644
--- a/package.json
+++ b/package.json
@@ -13,9 +13,9 @@
     "dist/*.js",
     "css/*.css"
   ],
-  "homepage": "https://github.com/jsc/dicom-upload",
+  "homepage": "https://gitlab.version.fz-juelich.de/jupyter4jsc/j4j_extras/dicom-upload",
   "bugs": {
-    "url": "https://github.com/jsc/dicom-upload/issues"
+    "url": "https://gitlab.version.fz-juelich.de/jupyter4jsc/j4j_extras/dicom-upload/issues"
   },
   "license": "BSD-3-Clause",
   "author": {
@@ -26,7 +26,7 @@
   "types": "./lib/index.d.ts",
   "repository": {
     "type": "git",
-    "url": "https://github.com/jsc/dicom-upload"
+    "url": "https://gitlab.version.fz-juelich.de/jupyter4jsc/j4j_extras/dicom-upload"
   },
   "scripts": {
     "build": "npm run build:lib && npm run build:nbextension",
diff --git a/setup.py b/setup.py
index e2fab7f1d5231dcf33b6aa33f5eb0c47437f81ce..47d2142b422d5f818c7913e2b097c53cd3fb68f4 100644
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ setup_args = dict(
     packages        = find_packages(),
     author          = 'Alice Grosch',
     author_email    = 'a.grosch@fz-juelich.de',
-    url             = 'https://github.com/jsc/dicom-upload',
+    url             = 'https://gitlab.version.fz-juelich.de/jupyter4jsc/j4j_extras/dicom-upload',
     license         = 'BSD',
     platforms       = "Linux, Mac OS X, Windows",
     keywords        = ['Jupyter', 'Widgets', 'IPython'],