Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bcftbx: remove the internal version numbers from modules #155

Merged
merged 1 commit into from Feb 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 0 additions & 6 deletions bcftbx/Pipeline.py
Expand Up @@ -43,12 +43,6 @@

"""

#######################################################################
# Module metadata
#######################################################################

__version__ = "0.1.6"

#######################################################################
# Import modules that this module depends on
#######################################################################
Expand Down
2 changes: 0 additions & 2 deletions bcftbx/Spreadsheet.py
Expand Up @@ -70,8 +70,6 @@

"""

__version__ = "0.1.11"

#######################################################################
# Import modules that this module depends on
#######################################################################
Expand Down
2 changes: 0 additions & 2 deletions bcftbx/TabFile.py
Expand Up @@ -189,8 +189,6 @@

"""

__version__ = "0.2.12"

from builtins import str
import io
import logging
Expand Down
2 changes: 0 additions & 2 deletions bcftbx/cmdparse.py
Expand Up @@ -29,8 +29,6 @@

"""

__version__ = "2.0.0"

#######################################################################
# Imports
#######################################################################
Expand Down
2 changes: 0 additions & 2 deletions bcftbx/htmlpagewriter.py
Expand Up @@ -9,8 +9,6 @@
#
#########################################################################

__version__ = "1.0.3"

"""htmlpagewriter

Provides HTMLPageWriter class which provides a simple programmatic
Expand Down
2 changes: 0 additions & 2 deletions bcftbx/simple_xls.py
Expand Up @@ -109,8 +109,6 @@

"""

__version__ = "0.0.13"

#######################################################################
# Import modules that this module depends on
#######################################################################
Expand Down