File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def __getattr__(cls, name):
53
53
author = 'Einar Forselv'
54
54
55
55
# The short X.Y version
56
- version = '2.0.4 '
56
+ version = '2.0.5 '
57
57
# The full version, including alpha/beta/rc tags
58
58
release = version
59
59
Original file line number Diff line number Diff line change 16
16
from moderngl_window .conf import settings
17
17
from moderngl_window .utils .module_loading import import_string
18
18
19
- __version__ = '2.0.4 '
19
+ __version__ = '2.0.5 '
20
20
21
21
IGNORE_DIRS = [
22
22
'__pycache__' ,
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "moderngl-window" ,
5
- version = "2.0.4 " ,
5
+ version = "2.0.5 " ,
6
6
description = "A cross platform helper library for ModernGL making window creation and resource loading simple" ,
7
7
long_description = open ('README.md' ).read (),
8
8
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments