Skip to content

Commit 21155ca

Browse files
Merge pull request #25 from vyu16/update_version
Bump to 6.2.1
2 parents 9eb37c0 + 0a2cd30 commit 21155ca

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

VERSION.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "WESTpy",
3-
"version" : "6.2.0",
3+
"version" : "6.2.1",
44
"url" : "https://west-code.org",
55
"license" : "GPLv3"
66
}

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Contents
4343

4444
.. note::
4545

46-
To get help using the **WESTpy** package, send an email to `mgovoni@anl.gov <mailto:mgovoni@anl.gov>`_.
46+
To get help using the **WESTpy** package, open an issue on `GitHub <https://github.com/west-code-development/westpy/issues>`_.
4747

4848
The **WESTpy** package is hosted on `GitHub <https://github.com/west-code-development/westpy>`_, and licensed under the open-source GPLv3 license.
4949

westpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from westpy.relaxation import *
1515
from westpy.collection import *
1616

17-
__version__ = "6.2.0"
17+
__version__ = "6.2.1"
1818

1919

2020
def header():

0 commit comments

Comments
 (0)