Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyue Ping Ong committed Sep 7, 2022
1 parent 4b7f4e6 commit b3d6ed1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs_rst/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change log
==========

v2022.9.7.1
-----------
v2022.9.8
---------
* Support for DataClasses in MontyEncoder, MontyDecoder and MSONable.

v2022.4.26
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__ = "2022.9.7"
__version__ = "2022.9.8"
__maintainer__ = "Shyue Ping Ong"
__email__ = "[email protected]"
__date__ = "Oct 12 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="2022.9.7",
version="2022.9.8",
extras_require={
"yaml": ["ruamel.yaml"],
},
Expand Down

0 comments on commit b3d6ed1

Please sign in to comment.