lib/cell_cycle/version.rb in cell_cycle-0.0.3 vs lib/cell_cycle/version.rb in cell_cycle-0.1.1

- old
+ new

@@ -1,3 +1,5 @@ module CellCycle - VERSION = "0.0.3" + VERSION = "0.1.1" + # TODO: Once Net class is made a subclass of module, I can define + # VERSION constant directly on it. If it turns out plausible. end