Skip to content

Commit 714469c

Browse files
authored
Bump version (#72)
1 parent 3d45489 commit 714469c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rendercanvas/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# This is the reference version number, to be bumped before each release.
1212
# The build system detects this definition when building a distribution.
13-
__version__ = "2.0.2"
13+
__version__ = "2.0.3"
1414

1515
# Allow using nearly the same code in different projects
1616
project_name = "rendercanvas"

rendercanvas/glfw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def __init__(self, *args, present_method=None, **kwargs):
174174

175175
if present_method == "bitmap":
176176
logger.warning(
177-
"Ignoreing present_method 'bitmap'; glfw can only render to screen"
177+
"Ignoring present_method 'bitmap'; glfw can only render to screen"
178178
)
179179

180180
# Set window hints

0 commit comments

Comments
 (0)