Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhankoral committed Jan 23, 2023
1 parent 5337006 commit 7bfc101
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
setup(
name='archaea',
packages=['archaea', 'archaea.geometry', 'archaea.earcut'],
version='1.1.1',
version='1.1.2',
license='MIT',
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.1.tar.gz',
download_url='https://github.com/archaeans/archaea/archive/refs/tags/1.1.2.tar.gz',
keywords=['geometry', 'mesh', 'stl'],
install_requires=[
'numpy',
],
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 3 - Alpha',

# Indicate who your project is intended for
'Intended Audience :: Developers',
Expand Down

0 comments on commit 7bfc101

Please sign in to comment.