Skip to content

Commit

Permalink
prepare new 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Jaworski committed Apr 18, 2018
1 parent 0d3b9b4 commit 688d839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgui/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
VERSION = (0, 0, 3) # PEP 386
VERSION = (0, 1, 0) # PEP 386
__version__ = ".".join([str(x) for x in VERSION])

from imgui.core import * # noqa
Expand Down

0 comments on commit 688d839

Please sign in to comment.