Skip to content

Commit

Permalink
versionbump
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jan 17, 2019
1 parent ee30f60 commit f0fd964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customjson/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Version."""
MAJOR = 2
MINOR = 1
MINOR = 2
PATCH = 0
FORMAT = "{}.{}.{}"
__version__ = FORMAT.format(str(MAJOR), str(MINOR), str(PATCH))

0 comments on commit f0fd964

Please sign in to comment.