From d370c3993d8a43a351bbb591f7bf792912915671 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Mon, 6 Sep 2010 20:15:59 -0400 Subject: [PATCH] Bump version. Add Python 3 classifier. --- meshpy/__init__.py | 2 +- setup.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/meshpy/__init__.py b/meshpy/__init__.py index 9c6a1cc..7139224 100644 --- a/meshpy/__init__.py +++ b/meshpy/__init__.py @@ -1,2 +1,2 @@ -version = "0.91.1" +version = "0.91.2" diff --git a/setup.py b/setup.py index ec0618a..18c2613 100644 --- a/setup.py +++ b/setup.py @@ -60,6 +60,8 @@ def main(): MeshPy uses `Boost.Python `_. + As of Version 0.91.2, MeshPy also works with Python 3. + Documentation ============= @@ -79,6 +81,7 @@ def main(): 'Natural Language :: English', 'Programming Language :: C++', 'Programming Language :: Python', + 'Programming Language :: Python 3', 'Topic :: Multimedia :: Graphics :: 3D Modeling', 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Mathematics', -- GitLab