Skip to content

Commit

Permalink
v0.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Sep 16, 2014
1 parent 68bd6c0 commit b2cb3fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ Monty is tested to work on Python 2.7, 3.x.
Latest Change Log
=================

v0.5.3
------
1. Minor efficiency improvement.

v0.5.2
------
1. Add unicode2str and str2unicode in monty.string.
Expand Down
4 changes: 2 additions & 2 deletions 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__ = '0.5.2'
__version__ = '0.5.3'
__maintainer__ = 'Shyue Ping Ong'
__email__ = 'ongsp@ucsd.edu'
__date__ = 'Sep 10 2014'
__date__ = 'Sep 15 2014'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
setup(
name="monty",
packages=find_packages(),
version="0.5.2",
version="0.5.3",
install_requires=[],
extras_require={"yaml": ["pyyaml>=3.1"],},
package_data={},
Expand Down

0 comments on commit b2cb3fd

Please sign in to comment.