Skip to content

Commit 0ec006f

Browse files
author
Adam Groszer
committed
Back to development: 2.0.1
1 parent ebfe039 commit 0ec006f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Enhancements:
1414
New location, and new main maintainers.
1515
Various fixes and improvements to the Makefile and test running.
1616
Automatic tests and coverage of master and pull request with Travis and Coveralls.
17+
2.0.1 (unreleased)
18+
19+
20+
- Nothing changed yet.
21+
22+
1723
2.0.0 (2025-06-13)
1824
Make graph.add_edge run in O(1) instead of O(degree(V)) (dkorduban)
1925
Added implementation of Kruskal's Minimum Spanning Tree construction algorithm (goldragoon)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-graph"
3-
version = "2.0.0"
3+
version = "2.0.1.dev0"
44
description = "A library for working with graphs in Python"
55
authors = [
66
{name = "Pedro Matiello"}

0 commit comments

Comments
 (0)