From 93b11d9a4d8a39363acdf4e97279c341032a30e9 Mon Sep 17 00:00:00 2001 From: Kathy Chen Date: Tue, 8 Jun 2021 13:16:31 -0400 Subject: [PATCH] update version to 0.5.0 (#172) * typo fix in installation.rst * update version --- docs/source/overview/installation.rst | 2 +- selene_sdk/version.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/overview/installation.rst b/docs/source/overview/installation.rst index 29e74b30..96932a49 100644 --- a/docs/source/overview/installation.rst +++ b/docs/source/overview/installation.rst @@ -17,7 +17,7 @@ To install with conda (recommended for Linux users), run the following command i conda install -c bioconda selene-sdk -Installing selene with pip: +Installing selene with pip --------------------------- .. code-block:: sh diff --git a/selene_sdk/version.py b/selene_sdk/version.py index 9aea0d23..3d187266 100644 --- a/selene_sdk/version.py +++ b/selene_sdk/version.py @@ -1 +1 @@ -__version__ = "0.5.dev0" +__version__ = "0.5.0" diff --git a/setup.py b/setup.py index 5b9c1467..4713e34f 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ cmdclass = {'build_ext': build_ext} setup(name="selene-sdk", - version="0.5.dev0", + version="0.5.0", long_description=long_description, long_description_content_type='text/markdown', description=("framework for developing sequence-level "