Skip to content

Commit

Permalink
Update new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Oct 12, 2020
1 parent d4a1a89 commit fe74569
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs_rst/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change log
==========

v4.0.1
------
1. USe FutureWarning in the monty.dev.deprecated wrapper instead.

v3.0.4
------
1. Add support for complex dtypes in MSONable numpy arrays. (@fracci)
Expand Down
2 changes: 1 addition & 1 deletion monty/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

__author__ = 'Shyue Ping Ong'
__copyright__ = 'Copyright 2014, The Materials Virtual Lab'
__version__ = '4.0.0'
__version__ = '4.0.1'
__maintainer__ = 'Shyue Ping Ong'
__email__ = '[email protected]'
__date__ = 'Sep 1 2020'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
setup(
name="monty",
packages=find_packages(),
version="4.0.0",
version="4.0.1",
extras_require={"yaml": ["ruamel.yaml"], },
package_data={},
author="Shyue Ping Ong",
Expand Down

0 comments on commit fe74569

Please sign in to comment.