Skip to content

Commit

Permalink
python 3.13 classifier on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterel committed Oct 24, 2024
1 parent f47baed commit a2d1b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion perconet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@

__all__ = ["PeriodicNetwork", "LoopFinder"]

__version__ = "0.3.0"
__version__ = "0.3.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "perconet"
version = "0.3.0"
version = "0.3.1"
description = "Analyze percolation properties of periodic networks"
authors = ["Chiara Raffaelli, Wouter G. Ellenbroek"]
homepage = "https://github.com/wouterel/perconet"
Expand Down

0 comments on commit a2d1b7e

Please sign in to comment.