Skip to content

Commit

Permalink
version bump after release
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Aug 28, 2018
1 parent 7203596 commit 89cb52a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clam/clamdispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import signal
import shutil

VERSION = '2.3.4'
VERSION = '2.3.5'

sys.path.append(sys.path[0] + '/..')

Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@type": "SoftwareSourceCode",
"identifier": "clam",
"name": "CLAM",
"version": "2.3.4",
"version": "2.3.5",
"description": "Quickly turn command-line applications into RESTful webservices with a web-application front-end. You provide a specification of your command line application, its input, output and parameters, and CLAM wraps around your application to form a fully fledged RESTful webservice. ",
"license": "https://spdx.org/licenses/GPL-3.0",
"url": "https://proycon.github.io/clam",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read(fname):

setup(
name = "CLAM",
version = "2.3.4", #also change in clam.common.data.VERSION and dispatcher.py and codemeta.json
version = "2.3.5", #also change in clam.common.data.VERSION and dispatcher.py and codemeta.json
author = "Maarten van Gompel",
author_email = "proycon@anaproy.nl",
description = ("Turns command-line NLP tools into fully-fledged RESTful webservices with an auto-generated web-interface for human end-users."),
Expand Down

0 comments on commit 89cb52a

Please sign in to comment.