Skip to content

Commit 8e25515

Browse files
committed
Bump version
1 parent e56de66 commit 8e25515

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/source/_templates/layout.html

+4
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44
<a href="https://github.com/pygraphviz/pygraphviz">Source Code</a>
55
{{ super() }}
66
{% endblock %}
7+
{% block document %}
8+
{% include "dev_banner.html" %}
9+
{{ super() }}
10+
{% endblock %}

pygraphviz/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
os.add_dll_directory(path)
2020

2121

22-
__version__ = "1.8"
22+
__version__ = "1.9rc1.dev0"
2323

2424
from .agraph import AGraph, Node, Edge, Attribute, ItemAttribute, DotError
2525

0 commit comments

Comments
 (0)