We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac0bb6 commit 2a10311Copy full SHA for 2a10311
fracsim/version.py
@@ -1,6 +1,6 @@
1
"""版本信息模块"""
2
3
-__version__ = "1.0.0"
+__version__ = "1.0.1"
4
__author__ = "YuZhu"
5
__email__ = "zhuyu1068@gmail.com"
6
__prog__ = "FracSim"
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name="FracSim",
13
- version="1.0.0",
+ version="1.0.1",
14
author="YuZhu",
15
author_email="zhuyu1068@gmail.com",
16
description="a FracMinHash-based genome similarity estimator for bacteria",
0 commit comments