We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659c87a commit 922468dCopy full SHA for 922468d
dcc2/parseOrthoxml.py
@@ -85,7 +85,7 @@ def main():
85
jobName = args.jobName
86
ver = args.version
87
if ver == '':
88
- ver = date.today().strftime("%y%m")
+ ver = datetime.today().strftime("%y%m")
89
cpus = args.cpus
90
91
start = time.time()
setup.py
@@ -27,7 +27,7 @@
27
28
setup(
29
name="dcc2",
30
- version="0.3.1",
+ version="0.3.2",
31
python_requires='>=3.7.0',
32
description="Dynamic core ortholog compilation tool",
33
long_description=long_description,
0 commit comments