Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
west-public
westpy
Commits
e66ff98a
Commit
e66ff98a
authored
Jun 30, 2020
by
Marco Govoni
Browse files
Updated version number 4.2.0
parent
4b583b8a
Changes
2
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
e66ff98a
...
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
...
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
long_description
=
fh
.
read
()
long_description
=
fh
.
read
()
setup
(
name
=
'westpy'
,
setup
(
name
=
'westpy'
,
version
=
'4.
1
.0'
,
version
=
'4.
2
.0'
,
packages
=
find_packages
(),
packages
=
find_packages
(),
description
=
'Python analysis tools for WEST'
,
description
=
'Python analysis tools for WEST'
,
long_description
=
long_description
,
long_description
=
long_description
,
...
...
westpy/__init__.py
View file @
e66ff98a
...
@@ -9,7 +9,7 @@ from westpy.dataContainer import *
...
@@ -9,7 +9,7 @@ from westpy.dataContainer import *
from
westpy.electronicStructure
import
*
from
westpy.electronicStructure
import
*
from
westpy.session
import
*
from
westpy.session
import
*
__version__
=
'4.
1
.0'
__version__
=
'4.
2
.0'
def
header
()
:
def
header
()
:
"""Prints welcome header."""
"""Prints welcome header."""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment