Skip to content

Commit

Permalink
Update naming of package
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhankoral committed Jan 24, 2023
1 parent baa7def commit 7584407
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setuptools.setup(
name='archaea-simulation',
packages=setuptools.find_packages(),
version='1.0.2',
version='1.0.3',
license='Apache 2.0',
description='Wrapper definitions for simulation tools.',
long_description=long_description,
Expand All @@ -15,7 +15,7 @@
author='Oğuzhan Koral',
author_email='[email protected]',
url='https://github.com/archaeans/archaea-simulation',
download_url='https://github.com/archaeans/archaea-simulation/archive/refs/tags/1.0.2.tar.gz',
download_url='https://github.com/archaeans/archaea-simulation/archive/refs/tags/1.0.3.tar.gz',
keywords=['geometry', 'simulation'],
install_requires=[
'archaea'
Expand Down

0 comments on commit 7584407

Please sign in to comment.