Skip to content

Commit

Permalink
Compatible with Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterel committed Oct 27, 2022
1 parent 7c7bf3d commit 1c0c96e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions perconet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@
from perconet.loopfinder import LoopFinder

__all__ = ["PeriodicNetwork", "LoopFinder"]

__version__ = "0.2.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "perconet"
version = "0.1.2"
version = "0.2.0"
description = "Analyze percolation properties of periodic networks"
authors = ["Chiara Raffaelli, Wouter G. Ellenbroek"]
homepage = "https://github.com/wouterel/perconet"
Expand All @@ -13,7 +13,7 @@ classifiers = [


[tool.poetry.dependencies]
python = ">=3.7,<3.11"
python = ">=3.7,<3.12"
numpy = "^1.20.3"


Expand Down

0 comments on commit 1c0c96e

Please sign in to comment.