Skip to content

Commit

Permalink
Actualizar version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroCabrera authored Feb 20, 2024
1 parent 4fa8cd0 commit 1f60f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyFlow/Core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ def __gt__(self, other):
def currentVersion():
"""Returns current version of program
"""
return Version(2, 0, 1)
return Version(3, 0, 0)

0 comments on commit 1f60f88

Please sign in to comment.