Skip to content

Commit

Permalink
increase version number in core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lethliel committed May 29, 2020
1 parent 0e70579 commit e99b294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from __future__ import print_function

__version__ = '0.169.1.git'
__version__ = '0.169.1'

# __store_version__ is to be incremented when the format of the working copy
# "store" changes in an incompatible way. Please add any needed migration
Expand Down

0 comments on commit e99b294

Please sign in to comment.