From 5e60e0e3af85f22aa0afe8bf0ecf85619afacfeb Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 22 Aug 2013 16:39:52 -0400 Subject: Imported Upstream version 0.6.0.12 --- src/pycryptopp/_version.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/pycryptopp/_version.py (limited to 'src/pycryptopp/_version.py') diff --git a/src/pycryptopp/_version.py b/src/pycryptopp/_version.py new file mode 100644 index 0000000..c5c437f --- /dev/null +++ b/src/pycryptopp/_version.py @@ -0,0 +1,8 @@ + +# This is the version of this tree, as created by pycryptopp's setup.py from the +# git information: the main version number is taken from the most recent +# release tag. If some patches have been added since the last release, this +# will have a -NN "build number" suffix, followed by -gXXX "revid" suffix. + +__pkgname__ = "pycryptopp" +__version__ = "0.6.0.1206569328141510525648634803928199668821045408958" -- cgit v1.2.3