Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Oct 9, 2019
1 parent ad66e50 commit 647d2c6
Show file tree
Hide file tree
Showing 3 changed files with 4 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.4.0'
version = '1.5.0'
# 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.4.0'
__version__ = '1.5.0'

IGNORE_DIRS = [
'__pycache__',
Expand Down
3 changes: 2 additions & 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.4.0",
version="1.5.0",
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 Expand Up @@ -41,6 +41,7 @@
"PySDL2": ['PySDL2>=0.9.6'],
"pywavefront": ["pywavefront>=1.2.0"],
"trimesh": ["trimesh==3.2.6", "scipy>=1.3"],
"tk": ["pyopengl==3.1.0", "pyopengltk==0.0.1"],
},
project_urls={
'Documentation': 'https://moderngl-window.readthedocs.io',
Expand Down

0 comments on commit 647d2c6

Please sign in to comment.