mirror of
https://github.com/haidaraM/ansible-playbook-grapher
synced 2024-11-13 23:47:10 +00:00
bumpversion : 0.1.1
This commit is contained in:
parent
1072979a66
commit
1b43c94063
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ from ansible.playbook.block import Block
|
|||
from ansible.vars.manager import VariableManager
|
||||
from graphviz import Digraph
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__version__ = "0.1.1"
|
||||
|
||||
# TODO: add more colors
|
||||
colors = ["red", "#007FFF", "green", "purple", "brown", "orange", "#F562FF", "#5ED4FF", "#50C878", "#0095B6", "#FFD700",
|
||||
|
|
Loading…
Reference in a new issue