Skip to content

Commit a089ba3

Browse files
bump version
1 parent a1b4615 commit a089ba3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = u'2.3.0'
57+
version = u'2.3.2'
5858
# The full version, including alpha/beta/rc tags.
59-
release = u'2.3.0'
59+
release = u'2.3.2'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

src/main.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace ar
3131
{
3232

3333
const std::string NAME = "AdapterRemoval";
34-
const std::string VERSION = "ver. 2.3.1";
34+
const std::string VERSION = "ver. 2.3.2";
3535
const std::string HELPTEXT = \
3636
"This program searches for and removes remnant adapter sequences from\n"
3737
"your read data. The program can analyze both single end and paired end\n"

0 commit comments

Comments
 (0)