Skip to content

Commit

Permalink
update version to 0.5.0 (#172)
Browse files Browse the repository at this point in the history
* typo fix in installation.rst

* update version
  • Loading branch information
kathyxchen authored Jun 8, 2021
1 parent 6fdaa86 commit 93b11d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/overview/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion selene_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.dev0"
__version__ = "0.5.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 93b11d9

Please sign in to comment.