Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Oct 18, 2019
1 parent ee73d78 commit 90a3af2
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 = '1.5.1'
version = '1.5.2'
# 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__ = '1.5.1'
__version__ = '1.5.2'

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="1.5.1",
version="1.5.2",
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 90a3af2

Please sign in to comment.