Skip to content

Commit 2a478d0

Browse files
committed
bump version to 3.0.4
1 parent 8920eb8 commit 2a478d0

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.3",
8+
version="3.0.4",
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.3"
9+
_VERSION = "3.0.4"

0 commit comments

Comments
 (0)