Skip to content

Commit 2a10311

Browse files
author
Julian
committed
Add multi process functionality
1 parent 7ac0bb6 commit 2a10311

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fracsim/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""版本信息模块"""
22

3-
__version__ = "1.0.0"
3+
__version__ = "1.0.1"
44
__author__ = "YuZhu"
55
__email__ = "zhuyu1068@gmail.com"
66
__prog__ = "FracSim"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="FracSim",
13-
version="1.0.0",
13+
version="1.0.1",
1414
author="YuZhu",
1515
author_email="zhuyu1068@gmail.com",
1616
description="a FracMinHash-based genome similarity estimator for bacteria",

0 commit comments

Comments
 (0)