Skip to content
Snippets Groups Projects
Commit 4eed317f authored by alice grosch's avatar alice grosch
Browse files

Update version number

parent 192f8b4a
Branches
Tags 0.1.1
No related merge requests found
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
# Copyright (c) Alice Grosch. # Copyright (c) Alice Grosch.
# Distributed under the terms of the Modified BSD License. # Distributed under the terms of the Modified BSD License.
version_info = (0, 1, 0) version_info = (0, 1, 1, 'dev')
__version__ = ".".join(map(str, version_info)) __version__ = ".".join(map(str, version_info))
{ {
"name": "dicom-upload", "name": "dicom-upload",
"version": "0.1.0", "version": "0.1.1",
"description": "Upload DICOM files with removed headers.", "description": "Upload DICOM files with removed headers.",
"keywords": [ "keywords": [
"jupyter", "jupyter",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment