Skip to content

Commit

Permalink
Change version of Alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
17451k committed Dec 22, 2022
1 parent 9824e34 commit b7de9b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clade/extensions/alternatives.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Alternatives(Extension):

always_requires = ["Storage"]

__version__ = "1"
__version__ = "2"

def __init__(self, work_dir, conf=None):
super().__init__(work_dir, conf)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def finalize_options(self):

setuptools.setup(
name="clade",
version="4.0.3",
version="4.0.4",
author="Ilya Shchepetkov",
author_email="shchepetkov@ispras.ru",
url="https://github.com/17451k/clade",
Expand Down

0 comments on commit b7de9b1

Please sign in to comment.