Skip to content

Commit

Permalink
dist: bump version before first official release
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Aug 10, 2017
1 parent eeb09ec commit fcffa48
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, 0) # PEP 386
VERSION = (0, 0, 1) # PEP 386
__version__ = ".".join([str(x) for x in VERSION])

from imgui.core import * # noqa
Expand Down

0 comments on commit fcffa48

Please sign in to comment.