Skip to content

Commit 27b995d

Browse files
bump: version 2.3.12 → 2.3.13
1 parent c238f0a commit 27b995d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.cz.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.commitizen]
22
name = "cz_conventional_commits"
3-
version = "2.3.12"
3+
version = "2.3.13"
44
version_provider = "poetry"
55
version_files = [
66
"pyproject.toml",

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020

2121

22-
__version__ = "2.3.12"
22+
__version__ = "2.3.13"
2323

2424

2525
# If extensions (or modules to document with autodoc) are in another directory,

hypernetx/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
from hypernetx.utils import *
1212
from hypernetx.utils.toys import *
1313

14-
__version__ = "2.3.12"
14+
__version__ = "2.3.13"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hypernetx"
3-
version = "2.3.12"
3+
version = "2.3.13"
44
description = "HyperNetX is a Python library for the creation and study of hypergraphs."
55
authors = ["Brenda Praggastis <[email protected]>", "Dustin Arendt <[email protected]>",
66
"Sinan Aksoy <[email protected]>", "Emilie Purvine <[email protected]>",

0 commit comments

Comments
 (0)