summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/openbabel/version.rb2
-rw-r--r--openbabel.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/openbabel/version.rb b/lib/openbabel/version.rb
index e77fb74..cfc1bd8 100644
--- a/lib/openbabel/version.rb
+++ b/lib/openbabel/version.rb
@@ -1,4 +1,4 @@
module OpenBabel
VERSION = '2.3.1'
- GEMVERSION = VERSION + '.8'
+ GEMVERSION = VERSION + '.9'
end
diff --git a/openbabel.gemspec b/openbabel.gemspec
index 948df52..ca6d11b 100644
--- a/openbabel.gemspec
+++ b/openbabel.gemspec
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.name = "openbabel"
s.version = OpenBabel::GEMVERSION
- s.authors = ["Andreas Maunz, Christoph Helma"]
+ s.authors = ["Andreas Maunz, Christoph Helma, Katsuhiko Nishimra"]
s.date = %q{2012-04-03}
s.description = %q{OpenBabel as a GEM}
s.email = %q{andreas@maunz.de}