diff --git a/meshpy/__init__.py b/meshpy/__init__.py index 9c6a1cca271443b87098d6eab1dc05d520b8366f..7139224c9710ee962931ef165f09a0b77edec4a6 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 ec0618ab9f62970af5d995126f9d848b215eaa79..18c261329064e036de709ab8f0f10b48fa2ff04c 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',