Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
swmfpy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SWMF_software
swmfpy
Commits
666cb82b
Verified
Commit
666cb82b
authored
Aug 28, 2020
by
Qusai Al Shidi
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge
@cdha
new commits and change the version number, new release
parent
df881575
Pipeline
#25810
passed with stage
in 1 minute and 9 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
setup.py
setup.py
+1
-1
swmfpy/__init__.py
swmfpy/__init__.py
+2
-2
No files found.
setup.py
View file @
666cb82b
...
...
@@ -13,7 +13,7 @@ with open('requirements.txt') as fh_requirements:
setuptools
.
setup
(
name
=
'swmfpy'
,
version
=
'2020.
6
'
,
version
=
'2020.
7
'
,
author
=
'Qusai Al Shidi'
,
author_email
=
'qusai@umich.edu'
,
description
=
'''A collection of tools for the Space Weather Modelling
...
...
swmfpy/__init__.py
View file @
666cb82b
...
...
@@ -17,8 +17,8 @@ These are automatically imported.
software. Requires a Tecplot license and the pytecplot python package.
"""
__author__
=
'Qusai Al Shidi'
__license__
=
'
MIT
'
__version__
=
'2020.
6
'
__license__
=
'
LGPLv3
'
__version__
=
'2020.
7
'
__maintainer__
=
'Qusai Al Shidi'
__email__
=
'qusai@umich.edu'
...
...
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