Skip to content

Commit

Permalink
Version bump to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler McMullen committed Feb 26, 2011
1 parent 8efca8f commit e4ad302
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2
0.0.3
4 changes: 2 additions & 2 deletions bitset.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{bitset}
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 = ["Tyler McMullen"]
s.date = %q{2011-02-19}
s.date = %q{2011-02-26}
s.description = %q{A fast C-based Bitset. It supports the standard set operations as well as operations you may expect on bit arrays. (popcount, for instance)}
s.email = %q{tbmcmullen@gmail.com}
s.extensions = ["ext/bitset/extconf.rb"]
Expand Down

0 comments on commit e4ad302

Please sign in to comment.