Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Rey committed May 3, 2024
1 parent 77ffda6 commit 5876cc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prefsampling/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = "Simon Rey and Stanisław Szufa"
__email__ = "[email protected]"
__version__ = "0.1.18"
__version__ = "0.1.19"

from enum import Enum
from itertools import chain
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "prefsampling"
version = "0.1.18"
version = "0.1.19"
description = "Algorithms to sample preferences of all kinds."
authors = [
{ name = "Simon Rey", email = "[email protected]" },
Expand Down

0 comments on commit 5876cc7

Please sign in to comment.