Commit 90b8612f authored by Kiesling, Kalin Rose's avatar Kiesling, Kalin Rose
Browse files

update release version

parent e0a54c27
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@

  - Required:
    - [NumPy](https://numpy.org/)
    - [Pandas](https://pandas.pydata.org/)
  - Optional:
    - [pytest](https://docs.pytest.org/en/6.2.x/)

+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages

kwargs = {
    'name': 'pygriffin',
    'version': '0.0.1',
    'version': '1.0.0',
    'packages': find_packages(exclude=['tests*']),
    'author': 'Argonne National Laboratory',
    'author_email': 'pygriffin@anl.gov',