Skip to content

Commit

Permalink
Version: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wangenau committed Feb 3, 2021
1 parent 98deebd commit 99eb8d4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v1.0.2

* Add ERKALE and GAMESS output modes
* Print logs for wrong user inputs

## v1.0.1

* Documentation update
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
author = 'Wanja Schulze'
copyright = '2020-2021, Wanja Schulze'
version = '1.0'
release = '1.0.1'
release = '1.0.2'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='var_mesh',
version='1.0.1',
version='1.0.2',
description='Variational Mesh',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion var_mesh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from var_mesh.helpers import plot_mesh_2d, plot_mesh_3d

__all__ = ['ang_grids', 'plot_mesh_2d', 'plot_mesh_3d', 'var_mesh']
__version__ = '1.0.1'
__version__ = '1.0.2'

0 comments on commit 99eb8d4

Please sign in to comment.