Skip to content

Commit

Permalink
release version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwigway committed Dec 24, 2020
1 parent dfad08e commit d3b5f1c
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.5.0",
version="0.5.1",
packages=find_packages("src"),
package_dir={"": "src"},
install_requires=[
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.5.0"
version = "0.5.1"

rootLogger = None

Expand Down

0 comments on commit d3b5f1c

Please sign in to comment.