diff --git a/RbST.gemspec b/RbST.gemspec index 14e4148..d0cf533 100644 --- a/RbST.gemspec +++ b/RbST.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{RbST} - s.version = "0.0.2" + s.version = "0.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["William Melody"] - s.date = %q{2009-11-04} + s.date = %q{2009-11-20} s.description = %q{A simple Ruby wrapper for processing reStructuredText via Python's Docutils} s.email = %q{wmelody@gmail.com} s.extra_rdoc_files = [ diff --git a/VERSION b/VERSION index 7bcd0e3..6c6aa7c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.2 \ No newline at end of file +0.1.0 \ No newline at end of file