Skip to content

Commit

Permalink
draft new version
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Feb 16, 2021
1 parent f6b8a24 commit 480b4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgui/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
VERSION = (1, 3, 0) # PEP 386
VERSION = (1, 3, 1) # PEP 386
__version__ = ".".join([str(x) for x in VERSION])

from imgui.core import * # noqa
Expand Down

0 comments on commit 480b4de

Please sign in to comment.