Skip to content

Commit

Permalink
increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
DRL committed Apr 8, 2024
1 parent fd69d47 commit df6121c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kinfin.py
Original file line number Diff line number Diff line change
Expand Up @@ -2299,7 +2299,7 @@ def welcome_screen():


if __name__ == "__main__":
__version__ = "1.1"
__version__ = "1.1.1"
welcome_screen()
args = docopt(__doc__)
inputObj = InputObj(args)
Expand Down

0 comments on commit df6121c

Please sign in to comment.