File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[tool .commitizen ]
22name = " cz_conventional_commits"
3- version = " 2.1.0 "
3+ version = " 2.1.1 "
44version_files = [
55 " setup.py" ,
66 " docs/source/conf.py" ,
Original file line number Diff line number Diff line change 1919import os
2020
2121
22- __version__ = "2.1.0 "
22+ __version__ = "2.1.1 "
2323
2424
2525# If extensions (or modules to document with autodoc) are in another directory,
Original file line number Diff line number Diff line change 1111from hypernetx .utils import *
1212from hypernetx .utils .toys import *
1313
14- __version__ = "2.1.0 "
14+ __version__ = "2.1.1 "
Original file line number Diff line number Diff line change 11from setuptools import setup
22
3- __version__ = "2.1.0 "
3+ __version__ = "2.1.1 "
44
55setup (version = __version__ )
You can’t perform that action at this time.
0 commit comments