Skip to content

Commit 1733261

Browse files
committed
Bump version
1 parent bd606e1 commit 1733261

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def __getattr__(cls, name):
5353
author = 'Einar Forselv'
5454

5555
# The short X.Y version
56-
version = '2.0.4'
56+
version = '2.0.5'
5757
# The full version, including alpha/beta/rc tags
5858
release = version
5959

moderngl_window/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from moderngl_window.conf import settings
1717
from moderngl_window.utils.module_loading import import_string
1818

19-
__version__ = '2.0.4'
19+
__version__ = '2.0.5'
2020

2121
IGNORE_DIRS = [
2222
'__pycache__',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="moderngl-window",
5-
version="2.0.4",
5+
version="2.0.5",
66
description="A cross platform helper library for ModernGL making window creation and resource loading simple",
77
long_description=open('README.md').read(),
88
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)