Skip to content

Commit

Permalink
Update to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhankoral committed Jan 23, 2023
1 parent ae283b3 commit fd10d81
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 @@ -3,13 +3,13 @@
setup(
name='archaea',
packages=['archaea', 'archaea.geometry', 'archaea.earcut'],
version='1.0.0',
version='1.1.0',
license='MIT',
description='Playground for Geometry!',
author='Oğuzhan Koral',
author_email='[email protected]',
url='https://github.com/archaeans/archaea',
download_url='https://github.com/archaeans/archaea/archive/refs/tags/1.0.0.tar.gz',
download_url='https://github.com/archaeans/archaea/archive/refs/tags/1.1.0.tar.gz',
keywords=['geometry', 'mesh', 'stl'],
install_requires=[
'numpy',
Expand Down

0 comments on commit fd10d81

Please sign in to comment.