Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rieder committed Oct 28, 2019
1 parent 85c514d commit c8c78f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
major_version = 12
minor_version = 1
micro_version = 0
micro_version = 2
patch_version = ""
post_version = ""
version = "%i.%i.%i" % (major_version, minor_version, micro_version)
Expand Down

0 comments on commit c8c78f0

Please sign in to comment.