Skip to content

Commit

Permalink
Merge branch 'hotfix/0.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
juangamella committed Jun 15, 2022
2 parents 918b019 + ac0d0ad commit 877bd67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
v0.0.2, 2022-06-15 -- Minor fixes to setup.py file and README.
v0.0.1, 2022-06-15 -- First version with a functioning implementation of GnIES + tests.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Python template module
# GnIES - Work in progress
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

setuptools.setup(
name='gnies',
version='0.0.1',
version='0.0.2',
author='Juan L. Gamella',
author_email='juangamella@gmail.com',
packages=['template'],
packages=['gnies'],
scripts=[],
url='https://github.com/juangamella/gnies',
license='BSD 3-Clause License',
description='',
long_description=open('README_pypi.md').read(),
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
install_requires=['numpy>=1.17.0', 'ges>=1.1.0']
)

0 comments on commit 877bd67

Please sign in to comment.