Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
TyberiusPrime committed Aug 19, 2024
1 parent 05690e3 commit 1fc6dd7
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[metadata]
name = mbf
description = Functionality for genomics
version = 0.1.1
version = 0.2
author = Florian Finkernagel
author-email = [email protected]
license = mit
Expand Down
2 changes: 1 addition & 1 deletion src/mbf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.1"
__version__ = "0.2"


import mbf_bam as bam # noqa: F401
Expand Down
2 changes: 0 additions & 2 deletions src/mbf/comparisons/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-

__version__ = "0.1"

from .comparisons import Comparisons
from .methods import (
Log2FC,
Expand Down
1 change: 0 additions & 1 deletion src/mbf/fileformats/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
__version__ = "0.1"
2 changes: 0 additions & 2 deletions src/mbf/qualitycontrol/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import pypipegraph as ppg

__version__ = "0.1"


def register_qc(job):
for k in job:
Expand Down
3 changes: 0 additions & 3 deletions src/mbf/r/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
warnings.warn("No R available")


__version__ = "0.1"


def convert_dataframe_to_r(obj):
"""Convert a Python DataFRame into int's R equivalent,
Expand Down

0 comments on commit 1fc6dd7

Please sign in to comment.