~free.ekanayaka/storm/any-expr

« back to all changes in this revision

Viewing changes to storm/__init__.py

  • Committer: Jamu Kakar
  • Date: 2009-08-08 01:14:34 UTC
  • mto: This revision was merged to the branch mainline in revision 325.
  • Revision ID: jkakar@kakar.ca-20090808011434-v9wkez4sy1wlojnx
- Renamed branch and bumped version to 0.15.
- New 'release' make target creates a tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
import os
23
23
 
24
24
 
25
 
version = "0.14"
 
25
version = "0.15"
26
26
version_info = tuple([int(x) for x in version.split(".")])
27
27
 
28
28