Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi committed Nov 12, 2018
1 parent 58e18c7 commit 848ac3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BlenderUpdaterCLI.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def stop(self):
parser.add_argument('-y', '--yes', help="Install even when version already installed", action="store_true")
parser.add_argument('-n', '--no', help="Don't install when version already installed", action="store_true")
parser.add_argument('-r','--run', help="Run downloaded Blender version when finished", action="store_true")
parser.add_argument('-v','--version', action='version', version='0.1', help="Print program version")
parser.add_argument('-v','--version', action='version', version='1.0', help="Print program version")
args = parser.parse_args()

print(" SETTINGS ".center(80, "-"))
Expand Down

0 comments on commit 848ac3b

Please sign in to comment.