Skip to content

Commit 70d66c4

Browse files
committed
chore: updated changelog [ci skip]
1 parent a30ca7c commit 70d66c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# igraph Python interface changelog
22

3-
## [Unreleased]
3+
## [0.10.1] - 2022-09-12
44

55
### Added
66

src/igraph/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 10, 0)
1+
__version_info__ = (0, 10, 1)
22
__version__ = ".".join("{0}".format(x) for x in __version_info__)

0 commit comments

Comments
 (0)