~cjwatson/storm/py312

« back to all changes in this revision

Viewing changes to storm/__init__.py

  • Committer: Colin Watson
  • Date: 2021-05-14 09:52:32 UTC
  • Revision ID: cjwatson@canonical.com-20210514095232-4mtlhqqi0l3tj9oh
Bump version to 0.25.0.99.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
# that this isn't the 0.15 release version while also allowing us to release
31
31
# an 0.15.1 if need be.  Release versions should use 2-digit version numbers,
32
32
# with 0.16 being the next release version in this example.
33
 
version = "0.25"
 
33
version = "0.25.0.99"
34
34
version_info = tuple([int(x) for x in version.split(".")])
35
35
 
36
36