Skip to content

Commit

Permalink
Bump version (1.0.8) and add homepage url
Browse files Browse the repository at this point in the history
+ Bumped the version to 1.0.8
+ Added a homepage url to setup.py
  • Loading branch information
Zuzu-Typ committed Nov 6, 2024
1 parent d0ee4ff commit cafeee3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,13 @@ def build_extension(self, ext):

setup(
name="assimp_py",
version="1.0.7",
version="1.0.8",
long_description=README,
long_description_content_type="text/markdown",
description="Minimal Python Bindings for ASSIMP Library using C-API",
author="Ian Ichung'wah",
author_email="[email protected]",
url="https://github.com/ranjian0/assimp_py",
license="MIT",
classifiers=[
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit cafeee3

Please sign in to comment.