Skip to content

Commit

Permalink
release version 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwigway committed Feb 1, 2021
1 parent e7ae424 commit 069c24b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="eqsormo",
version="0.8.3",
version="0.8.4",
packages=find_packages("src"),
package_dir={"": "src"},
install_requires=["statsmodels", "tqdm", "numpy", "pandas", "dill", "scipy",],
Expand Down
2 changes: 1 addition & 1 deletion src/eqsormo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .tra import TraSortingModel
from . import tra

version = "0.8.3"
version = "0.8.4"

rootLogger = None

Expand Down

0 comments on commit 069c24b

Please sign in to comment.