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 6b44945 commit 37fe91c
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.3',
version='1.1.4',
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.3.tar.gz',
download_url='https://github.com/archaeans/archaea/archive/refs/tags/1.1.4.tar.gz',
keywords=['geometry', 'mesh', 'stl'],
install_requires=[
'numpy',
Expand Down

0 comments on commit 37fe91c

Please sign in to comment.