Skip to content
Snippets Groups Projects
Commit e5bd06d6 authored by Nils Cedric Holle's avatar Nils Cedric Holle
Browse files

Try again to release a new version

parent 9a033b3d
No related branches found
Tags v0.0.7
No related merge requests found
Pipeline #74199 passed
......@@ -30,7 +30,7 @@ print(instruments.getList())
## Documentation
The current API documentation can be found [here](https://zivgitlab.uni-muenster.de/ag-salinga/sampledb-api-wrapper/-/jobs/artifacts/v0.0.5/file/doc/_build/index.html?job=deploy_production).
The current API documentation can be found [here](https://zivgitlab.uni-muenster.de/ag-salinga/sampledb-api-wrapper/-/jobs/artifacts/v0.0.6/file/doc/_build/index.html?job=deploy_production).
Further details on the input and output of each function (usually JSON) can be found in the documentation of the [HTTP API](https://scientific-it-systems.iffgit.fz-juelich.de/SampleDB/developer_guide/api.html).
## What works
......
import os
import re
from codecs import open # To use a consistent encoding
from setuptools import find_packages, setup # Prefer setuptools over distutils
......@@ -20,7 +19,7 @@ out = setup(
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# http://packaging.python.org/en/latest/tutorial.html#version
version=re.sub('^v', '', os.popen('git describe').read().strip()),
version="0.0.6",
description="API wrapper for SampleDB",
long_description=long_description, # this is the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment