Skip to content

Commit 786eaf2

Browse files
committed
chore: bumped version to 0.10.6
1 parent 58fd2e7 commit 786eaf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# igraph Python interface changelog
22

3-
## [Unreleased]
3+
## [0.10.6] - 2023-07-13
44

55
### Changed
66

src/igraph/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 10, 5)
1+
__version_info__ = (0, 10, 6)
22
__version__ = ".".join("{0}".format(x) for x in __version_info__)

0 commit comments

Comments
 (0)