Skip to content

Commit 5cee5f4

Browse files
Update manzana.py
1 parent 23f1df2 commit 5cee5f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manzana.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
install()
1010

11-
__version__ = '2.0.0'
11+
__version__ = '2.1.1'
1212

1313
LOGO = r"""
1414
@@ -85,4 +85,4 @@ def main():
8585
cons.print(LOGO)
8686
args = main()
8787
config.get_config()
88-
run(args)
88+
run(args)

0 commit comments

Comments
 (0)