pre-emptive version bump

This commit is contained in:
Juha Jeronen
2021-02-11 15:30:07 +02:00
parent 1b56e56497
commit cf13cc7e29

View File

@@ -10,7 +10,7 @@ from .main import main # noqa: F401, for export only.
from .visgraph import VisualGraph
from .writers import DotWriter, HTMLWriter, SVGWriter
__version__ = "1.2.0"
__version__ = "1.2.1"
# TODO: fix code duplication with main.py, should have just one implementation.