Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhankoral committed Jan 23, 2023
1 parent eb515e5 commit d7460af
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,14 +3,14 @@
setup(
name='archaea',
packages=['archaea', 'archaea.geometry', 'archaea.earcut', 'archaea.writer'],
version='1.1.4',
version='1.1.5',
license='Apache 2.0',
description='Playground for Geometry!',
readme='README.md',
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.1.4.tar.gz',
download_url='https://github.com/archaeans/archaea/archive/refs/tags/1.1.5.tar.gz',
keywords=['geometry', 'mesh', 'stl', 'triangulation'],
install_requires=[
'numpy',
Expand Down

0 comments on commit d7460af

Please sign in to comment.