X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/d57775d405ab1c2a208915b8033e875f9d08bbc8..02f71654527a80e3bff556833286514bfa730530:/image_creator/__init__.py diff --git a/image_creator/__init__.py b/image_creator/__init__.py index 817a9c6..373713d 100644 --- a/image_creator/__init__.py +++ b/image_creator/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2011 GRNET S.A. All rights reserved. +# Copyright 2012 GRNET S.A. All rights reserved. # # Redistribution and use in source and binary forms, with or # without modification, are permitted provided that the following @@ -31,4 +31,6 @@ # interpreted as representing official policies, either expressed # or implied, of GRNET S.A. -__version__ = '0.1' +__version__ = '0.1.1' + +# vim: set sta sts=4 shiftwidth=4 sw=4 et ai :