summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 4040c6c..553f765 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
.bundle
Gemfile.lock
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"