Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FluEgg
fluegg
Commits
35e0e0eb
Commit
35e0e0eb
authored
Feb 10, 2021
by
Domanski, Marian M.
Browse files
version 4.1.1
parent
757643ba
Changes
4
Hide whitespace changes
Inline
Side-by-side
code.json
View file @
35e0e0eb
...
...
@@ -3,7 +3,7 @@
"name"
:
"fluegg"
,
"organization"
:
"U.S. Geological Survey"
,
"description"
:
"Fluvial egg drift simulator"
,
"version"
:
"4.1.
0
"
,
"version"
:
"4.1.
1
"
,
"status"
:
"Production"
,
"permissions"
:
{
"usageType"
:
"openSource"
,
...
...
@@ -32,7 +32,7 @@
"email"
:
"mdomanski@usgs.gov"
},
"date"
:
{
"metadataLastUpdated"
:
"202
0-11-06
"
"metadataLastUpdated"
:
"202
1-02-10
"
}
}
]
fluegg/__init__.py
View file @
35e0e0eb
__version__
=
'4.1.
0
'
__version__
=
'4.1.
1
'
import
logging
...
...
fluegggui/__init__.py
View file @
35e0e0eb
import
logging
__version__
=
'4.1.
0
'
__version__
=
'4.1.
1
'
ch
=
logging
.
StreamHandler
()
...
...
setup.py
View file @
35e0e0eb
...
...
@@ -15,7 +15,7 @@ except ImportError:
name
=
'fluegg'
version
=
'4.1'
release
=
'4.1.
0
'
release
=
'4.1.
1
'
dev_status
=
'Development Status :: 5 - Production/Stable'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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