Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov committed Sep 3, 2024
1 parent 4423ef1 commit 488da07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
1.4.0
1.4.1
-----

- Unfreeze the attrs version

11.4.0
-----

- Add the `initial_error` option to Dawid-Skene
Expand Down
2 changes: 1 addition & 1 deletion crowdkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from typing import List

__version__ = "1.4.0"
__version__ = "1.4.1"

__all__: List[str] = []

0 comments on commit 488da07

Please sign in to comment.