Skip to content

Commit 2e53ecd

Browse files
Updated version code
1 parent 4a290a5 commit 2e53ecd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pmma/core/cpp_src/PMMA_Core.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ namespace PMMA_Core {
178178
namespace PMMA_Registry {
179179
string PMMA_Location = "";
180180
string PathSeparator = "";
181-
string Current_PMMA_Version = "5.0.15";
181+
string Current_PMMA_Version = "5.0.16";
182182
string Latest_PMMA_Version = "";
183183
string Locale = "en-US";
184184

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def make_ext(component, extra_cpp=None, add_numpy=False, raw_depends=[]):
136136

137137
setup(
138138
name="pmma",
139-
version="5.0.15",
139+
version="5.0.16",
140140
author="PycraftDev",
141141
author_email="thomasjebbo@gmail.com",
142142
description="Python Multi-Media API (PMMA) is a multi-purpose API designed to make working on multi-media projects easier and faster!",

0 commit comments

Comments
 (0)