Skip to content

Commit

Permalink
mudanca de versao
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei committed Mar 21, 2023
1 parent fd5a62e commit e06cc42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dodfminer/__version__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version_info = (1, 3, 18)
version_info = (1, 4, 7)
# format:
# ('dodf_major', 'dodf_minor', 'dodf_patch')


def get_version():
"Returns the version as a human-format string."
return f'{version_info[0]}.{version_info[1]}.{version_info[2]}.rc1'
return f'{version_info[0]}.{version_info[1]}.{version_info[2]}'


__version__ = get_version()

0 comments on commit e06cc42

Please sign in to comment.