Skip to content
Snippets Groups Projects
Commit 4b9a37b6 authored by Adam Laskowski's avatar Adam Laskowski
Browse files

SSDM-13300: OBIS-0.4.0rc4

parent aad100eb
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
# create a source-distribution
# be sure to bump you version number up!
python setup.py sdist
python3 setup.py sdist
# see distributions
ls -la dist/
......
......@@ -14,6 +14,6 @@
#
__author__ = "ID SIS • ETH Zürich"
__email__ = "openbis-support@id.ethz.ch"
__version__ = "0.4.0rc3"
__version__ = "0.4.0rc4"
from .dm import *
......@@ -31,7 +31,7 @@ data_files = [
setup(
name="obis",
version="0.4.0rc3",
version="0.4.0rc4",
description="Local data management with assistance from OpenBIS.",
long_description=long_description,
long_description_content_type="text/markdown",
......
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