From 409fe127e14ce5012953a7d134cb72b78263c379 Mon Sep 17 00:00:00 2001 From: einarf Date: Sat, 10 Aug 2019 23:56:14 +0200 Subject: [PATCH] Bump version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 36e1883e..b75fc960 100644 --- a/setup.py +++ b/setup.py @@ -2,8 +2,8 @@ setup( name="moderngl_window", - version="1.1.0", - description="Easily create a window for ModernGL using the most popular window libraries", + version="1.2.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', url="https://github.com/moderngl/moderngl_window",