Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Hoogenboom
fdstools
Commits
21b61ecd
Commit
21b61ecd
authored
Oct 03, 2016
by
Hoogenboom, Jerry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update link to README.rst, increment version number to v1.0.0rc3
parent
28fc6649
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fdstools/__init__.py
fdstools/__init__.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
fdstools/__init__.py
View file @
21b61ecd
...
...
@@ -24,7 +24,7 @@ including tools for characterisation and filtering of PCR stutter artefacts and
other systemic noise, and for automatic detection of the alleles in a sample.
"""
__version_info__
=
(
'1'
,
'0'
,
'0'
,
'rc
2
'
)
__version_info__
=
(
'1'
,
'0'
,
'0'
,
'rc
3
'
)
__version__
=
'.'
.
join
(
__version_info__
)
usage
=
__doc__
.
split
(
"
\n\n\n
"
)
...
...
setup.py
View file @
21b61ecd
...
...
@@ -52,7 +52,7 @@ x = setup(
long_description
=
distmeta
.
__doc__
,
author
=
"Jerry Hoogenboom"
,
author_email
=
"jerryhoogenboom@outlook.com"
,
url
=
"https://git.lumc.nl/jhoogenboom/fdstools/blob/master/README.rst"
,
url
=
"https://git.lumc.nl/j
erry
hoogenboom/fdstools/blob/master/README.rst"
,
license
=
"GPLv3+"
,
platforms
=
[
"any"
],
classifiers
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment