From 0055e61eb8a7f4fc56d8b303da3c7a435d5a864d Mon Sep 17 00:00:00 2001 From: Bart Mesuere Date: Sat, 28 Jan 2017 16:48:55 +0100 Subject: [PATCH] bump version --- VERSION | 2 +- unipept.gemspec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 26aaba0e..f0bb29e7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 +1.3.0 diff --git a/unipept.gemspec b/unipept.gemspec index fd578ad3..e4f8cd69 100644 --- a/unipept.gemspec +++ b/unipept.gemspec @@ -2,16 +2,16 @@ # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- -# stub: unipept 1.2.0 ruby lib +# stub: unipept 1.3.0 ruby lib Gem::Specification.new do |s| s.name = "unipept".freeze - s.version = "1.2.0" + s.version = "1.3.0" s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Toon Willems".freeze, "Bart Mesuere".freeze, "Tom Naessens".freeze] - s.date = "2017-01-18" + s.date = "2017-01-28" s.description = " Command line interface to the Unipept (http://unipept.ugent.be) web services\n (pept2lca, taxa2lca, pept2taxa, pept2prot and taxonomy) and some utility\n commands for handling proteins using the command line.\n".freeze s.email = "unipept@ugent.be".freeze s.executables = ["unipept".freeze, "prot2pept".freeze, "peptfilter".freeze, "uniprot".freeze]