Skip to content

Commit

Permalink
increment version so can require in setup_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
maphew committed Feb 8, 2019
1 parent f681869 commit fba9e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setupext_janitor/janitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os.path
import traceback

version_info = (1, 0, 0)
version_info = (1, 0, 1)
__version__ = '.'.join(str(v) for v in version_info)
debug = False

Expand Down

0 comments on commit fba9e73

Please sign in to comment.