Skip to content

Commit

Permalink
release version 0.4.0b
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwigway committed Dec 20, 2020
1 parent b23c6e1 commit 31610c1
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.4.0a",
version="0.4.0b",
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.4.0a"
version = "0.4.0b"

rootLogger = None

Expand Down

0 comments on commit 31610c1

Please sign in to comment.