Skip to content

Commit

Permalink
version 0.1.55 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Time-Coder committed Apr 22, 2024
1 parent 64c8a66 commit 3df34f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup_glass.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def find_files(module, directory):

setuptools.setup(
name="python_glass",
version="0.1.54",
version="0.1.55",
author="王炳辉 (BingHui-WANG)",
author_email="[email protected]",
description="OpenGL wrapper for Glass-Engine",
Expand Down
4 changes: 2 additions & 2 deletions setup_glass_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def find_files(module, directory):

setuptools.setup(
name="glass_engine",
version="0.1.54",
version="0.1.55",
author="王炳辉 (BingHui-WANG)",
author_email="[email protected]",
description="An easy-to-use 3D rendering engine for Python",
Expand All @@ -36,7 +36,7 @@ def find_files(module, directory):
include_package_data=False,
python_requires=">=3.7",
install_requires=[
"python-glass>=0.1.54",
"python-glass==0.1.55",
"assimpy>=5.3.1.3",
"pytweening"
],
Expand Down

0 comments on commit 3df34f4

Please sign in to comment.