From 4c50140bc629fe3aa8d74b497e45ddc981ebd396 Mon Sep 17 00:00:00 2001 From: einarf Date: Sat, 13 Feb 2021 15:01:52 +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 1fa446d..e764758 100644 --- a/glcontext/__init__.py +++ b/glcontext/__init__.py @@ -1,6 +1,6 @@ import os -__version__ = '2.3' +__version__ = '2.3.1' def default_backend(): diff --git a/setup.py b/setup.py index a0b5b29..728e291 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ setup( name='glcontext', - version='2.3', + version='2.3.1', description='Portable OpenGL Context', long_description=open('README.md').read(), long_description_content_type='text/markdown',