Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Guang
x-cigale
Commits
722acede
Commit
722acede
authored
Aug 23, 2019
by
Yannick Roehlly
Browse files
Remove unused and obsolete __version__ number
parent
8170ed96
Changes
2
Hide whitespace changes
Inline
Side-by-side
pcigale/__init__.py
View file @
722acede
...
...
@@ -20,8 +20,6 @@ from .session.configuration import Configuration
from
.analysis_modules
import
get_module
from
.managers.parameters
import
ParametersManager
__version__
=
"0.10.0"
def
init
(
config
):
"""Create a blank configuration file.
...
...
pcigale_filters/__init__.py
View file @
722acede
...
...
@@ -14,8 +14,6 @@ import numpy as np
from
pcigale.data
import
Database
,
Filter
__version__
=
"0.1-alpha"
def
list_filters
():
"""Print the list of filters in the pcigale database.
...
...
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