summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-05-09 10:31:34 +0000
committerChristoph Helma <helma@in-silico.ch>2012-05-09 10:31:34 +0000
commit51f64588a0c4b0ebd14c0641d25b72a1fe5fc2eb (patch)
tree20f106f199e59fd8dae1b32c8732a9319624e194
parent950fffe995027a8463459363a7e6bd069c34fbef (diff)
parentaf80cd0ee7c5ecfc8033952b11382b50f67f99e8 (diff)
Merge branch 'development' into feature/task
-rw-r--r--.gitignore1
-rw-r--r--ChangeLog2
-rw-r--r--VERSION1
-rw-r--r--opentox-client.gemspec2
4 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f6e834a..c9daf01 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Gemfile.lock
*.gem
.bundle
pkg/*
+*~
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..08d2402
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,2 @@
+v0.0.3 2012-05-07
+* switch from v0.0.2pre to v0.0.3
diff --git a/VERSION b/VERSION
new file mode 100644
index 0000000..bcab45a
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+0.0.3
diff --git a/opentox-client.gemspec b/opentox-client.gemspec
index a51fdc6..455e73e 100644
--- a/opentox-client.gemspec
+++ b/opentox-client.gemspec
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
Gem::Specification.new do |s|
s.name = "opentox-client"
- s.version = "0.0.2pre"
+ s.version = "0.0.3"
s.authors = ["Christoph Helma, Martin Guetlein, Andreas Maunz, Micha Rautenberg, David Vorgrimmler"]
s.email = ["helma@in-silico.ch"]
s.homepage = "http://github.com/opentox/opentox-client"