From 67110156d8e7fa71980cf813455193f8b3494204 Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 2 Sep 2022 23:09:11 +0200 Subject: [PATCH] Bump version number on release/1.10.x branch to 1.10.13 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b15a37a0f1..b77a116c14 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = Panda3D -version = 1.10.12 +version = 1.10.13 url = https://www.panda3d.org/ description = Panda3D is a framework for 3D rendering and game development for Python and C++ programs. license = Modified BSD License