Skip to content

Commit 93be295

Browse files
committed
bump to v3.0.8
1 parent 5def604 commit 93be295

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
name="tbprofiler",
77

8-
version="3.0.7",
8+
version="3.0.8",
99
packages=["tbprofiler","pathogenprofiler"],
1010
license="MIT",
1111
long_description="TBProfiler command line tool",

tbprofiler/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from .db import * # noqa
77
import os
88
_ROOT = os.path.abspath(os.path.dirname(__file__))
9-
_VERSION = "3.0.7"
9+
_VERSION = "3.0.8"

0 commit comments

Comments
 (0)