Skip to content

Commit

Permalink
VERSION: 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasvestartas committed Oct 15, 2024
1 parent 38149ce commit cfe18b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def read(*names, **kwargs):

setup(
name="compas_wood",
version="2.1.0",
version="2.2.0",
description="timber joinery generation",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -60,7 +60,7 @@ def read(*names, **kwargs):
include_package_data=True,
zip_safe=False,
install_requires=requirements,
python_requires=">=3.8",
python_requires=">=3.9",
extras_require=optional_requirements,
entry_points={
"console_scripts": [],
Expand Down

0 comments on commit cfe18b9

Please sign in to comment.