Skip to content

Commit 93b11d9

Browse files
authored
update version to 0.5.0 (#172)
* typo fix in installation.rst * update version
1 parent 6fdaa86 commit 93b11d9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/overview/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To install with conda (recommended for Linux users), run the following command i
1717
1818
conda install -c bioconda selene-sdk
1919
20-
Installing selene with pip:
20+
Installing selene with pip
2121
---------------------------
2222

2323
.. code-block:: sh

selene_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.dev0"
1+
__version__ = "0.5.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
cmdclass = {'build_ext': build_ext}
2626

2727
setup(name="selene-sdk",
28-
version="0.5.dev0",
28+
version="0.5.0",
2929
long_description=long_description,
3030
long_description_content_type='text/markdown',
3131
description=("framework for developing sequence-level "

0 commit comments

Comments
 (0)