Skip to content

Commit

Permalink
update: v4.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
duypham2108 committed Nov 27, 2022
1 parent 091a75c commit b9c4e4b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
History
=======

0.4.11 (2022-11-25)
------------------
0.4.10 (2022-11-22)
------------------
0.4.8 (2022-06-15)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import os

if not os.path.isdir("./_static"):
url = "https://www.dropbox.com/s/akhl2mr9kn0e0lh/download.zip?dl=1"
url = "https://www.dropbox.com/s/yir8x5reso209d2/download.zip?dl=1"
os.system("wget " + url)
os.system("mv download.zip?dl=1 download.zip")
os.system("unzip download.zip")
Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ In the new release, we provide the interactive plots:
Latest additions
----------------

.. include:: release_notes/0.4.11.rst

.. include:: release_notes/0.4.6.rst

.. include:: release_notes/0.3.2.rst
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.10
current_version = 0.4.11
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/BiomedicalMachineLearning/stLearn",
version="0.4.10",
version="0.4.11",
zip_safe=False,
)
2 changes: 1 addition & 1 deletion stlearn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Genomics and Machine Learning lab"""
__email__ = "[email protected]"
__version__ = "0.4.10"
__version__ = "0.4.11"


from . import add
Expand Down

0 comments on commit b9c4e4b

Please sign in to comment.