Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arvk committed Aug 19, 2023
1 parent 157ec76 commit df2e648
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
author = 'Aravind Krishnamoorthy'

# The short X.Y version
version = '0.9.5'
version = '1.0.0'
# The full version, including alpha/beta/rc tags
release = '0.9 Beta'
release = '1.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion ezff/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@



__version__ = '0.9.5' # Update setup.py if version changes
__version__ = '1.0.0' # Update setup.py if version changes


class FFParam(object):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='EZFF',
version='0.9.5', # Update __init__.py if the version changes!
version='1.0.0', # Update __init__.py if the version changes!
description='Multiobjective forcefield optimization for Molecular Dynamics',
author='Aravind Krishnamoorthy',
author_email='arvk@users.noreply.github.com',
Expand Down

0 comments on commit df2e648

Please # to comment.