Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Sep 22, 2020
1 parent 281fb76 commit 804f2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyshader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# flake8: noqa

__version__ = "0.6.3"
__version__ = "0.7.0"
version_info = tuple(map(int, __version__.split(".")))

from ._coreutils import ShaderError
Expand Down

0 comments on commit 804f2a6

Please sign in to comment.