Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Nov 23, 2019
1 parent 92812cc commit 1f412fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __getattr__(cls, name):
author = 'Einar Forselv'

# The short X.Y version
version = '2.0.3'
version = '2.0.4'
# The full version, including alpha/beta/rc tags
release = version

Expand Down
2 changes: 1 addition & 1 deletion moderngl_window/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from moderngl_window.conf import settings
from moderngl_window.utils.module_loading import import_string

__version__ = '2.0.3'
__version__ = '2.0.4'

IGNORE_DIRS = [
'__pycache__',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="moderngl-window",
version="2.0.3",
version="2.0.4",
description="A cross platform helper library for ModernGL making window creation and resource loading simple",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 1f412fb

Please sign in to comment.