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 "