Skip to content

Commit

Permalink
Updating version information.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Sep 4, 2011
1 parent eede9f0 commit 51f803a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions VERSION
@@ -0,0 +1 @@
0.0.1
2 changes: 1 addition & 1 deletion python/setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name="karait",
version="0.0.3",
version="0.0.2",
description="A ridiculously simple cross-language queuing system, built on top of MongoDB.",
author="Benjamin Coe",
author_email="bencoe@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion ruby/karait.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{karait}
s.version = "0.0.2"
s.version = "0.0.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["bcoe"]
Expand Down

0 comments on commit 51f803a

Please sign in to comment.