Skip to content

Commit 10f699c

Browse files
committed
Fix the network manager extension version
1 parent c4f7848 commit 10f699c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/network-manager/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
from setuptools import setup, find_packages
1111

1212
# HISTORY.rst entry.
13-
VERSION = '2.0.0'
13+
# Fixed post commit issue in routing
14+
VERSION = '2.0.1'
1415

1516
# The full list of classifiers is available at
1617
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)