Skip to content
Snippets Groups Projects
Commit 9a606821 authored by Ralf Mueller's avatar Ralf Mueller
Browse files

Release for work with CDO version >= 1.5.6

parent a1413116
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
from setuptools import setup
setup (name = 'cdo',
version = '1.0.9',
version = '1.0.10',
author = "Ralf Mueller",
author_email= "stark.dreamdetective@gmail.com",
license = "GPLv2",
......
......@@ -3,7 +3,7 @@ $:.unshift File.join(File.dirname(__FILE__),"..","lib")
spec = Gem::Specification.new do |s|
s.name = "cdo"
s.version = '1.0.9'
s.version = '1.0.10'
s.platform = Gem::Platform::RUBY
s.files = ["lib/cdo.rb"] + ["gemspec","COPYING","README.rdoc","ChangeLog"]
s.test_file = "test/test_cdo.rb"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment