From ce6205e12f42ce7acf13575a320ab22e35847723 Mon Sep 17 00:00:00 2001 From: einarf Date: Tue, 16 Feb 2021 16:16:34 +0100 Subject: [PATCH] Bump version --- glcontext/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/glcontext/__init__.py b/glcontext/__init__.py index 4145f57..cc65c19 100644 --- a/glcontext/__init__.py +++ b/glcontext/__init__.py @@ -1,6 +1,6 @@ import os -__version__ = '2.3.1' +__version__ = '2.3.2' def default_backend(): diff --git a/setup.py b/setup.py index 728e291..84e8d4b 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ setup( name='glcontext', - version='2.3.1', + version='2.3.2', description='Portable OpenGL Context', long_description=open('README.md').read(), long_description_content_type='text/markdown',