Skip to content

Commit

Permalink
Pull request #210: Hotfix/homology nb
Browse files Browse the repository at this point in the history
Merge in HYP/hypernetx from hotfix/homology_nb to master

* commit 'f2f168da13114a0666b19a771e42d2dc0e592376':
  bump: version 2.3.6 → 2.3.7
  updated tutorial to fix typos.
  • Loading branch information
brendapraggastis authored and ryandanehy committed Sep 23, 2024
2 parents 8d53061 + f2f168d commit 864cc2a
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 136 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "2.3.6"
version = "2.3.7"
version_provider = "poetry"
version_files = [
"pyproject.toml",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os


__version__ = "2.3.6"
__version__ = "2.3.7"


# If extensions (or modules to document with autodoc) are in another directory,
Expand Down
2 changes: 1 addition & 1 deletion hypernetx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
from hypernetx.utils import *
from hypernetx.utils.toys import *

__version__ = "2.3.6"
__version__ = "2.3.7"
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 = "hypernetx"
version = "2.3.6"
version = "2.3.7"
description = "HyperNetX is a Python library for the creation and study of hypergraphs."
authors = ["Brenda Praggastis <[email protected]>", "Dustin Arendt <[email protected]>",
"Sinan Aksoy <[email protected]>", "Emilie Purvine <[email protected]>",
Expand Down
264 changes: 132 additions & 132 deletions tutorials/advanced/Advanced 2 - Homology mod 2 for TriLoop Example.ipynb

Large diffs are not rendered by default.

0 comments on commit 864cc2a

Please sign in to comment.