lib/cell_cycle/version.rb in cell_cycle-0.1.2 vs lib/cell_cycle/version.rb in cell_cycle-0.1.3
- old
+ new
@@ -1,5 +1,5 @@
module CellCycle
- VERSION = "0.1.2"
+ VERSION = "0.1.3"
# TODO: Once Net class is made a subclass of module, I can define
# VERSION constant directly on it. If it turns out plausible.
end