Skip to content

Commit

Permalink
Fix point distribution (width / 2 is now applied)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Rey committed Mar 27, 2024
1 parent 9288d72 commit 48e7fc5
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.11"
__version__ = "0.1.13"

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.12"
version = "0.1.13"
description = "Algorithms to sample preferences of all kinds."
authors = [
{ name = "Simon Rey", email = "[email protected]" },
Expand Down

0 comments on commit 48e7fc5

Please sign in to comment.