From: W. Trevor King Date: Thu, 20 Feb 2014 18:50:17 +0000 (-0800) Subject: package_cache: Create a Python package with a version X-Git-Tag: v0.1~32 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f5b4c683063509ec33547c741a9284f10034ae87;p=package-cache.git package_cache: Create a Python package with a version --- diff --git a/package_cache/__init__.py b/package_cache/__init__.py new file mode 100644 index 0000000..4534842 --- /dev/null +++ b/package_cache/__init__.py @@ -0,0 +1,3 @@ +# Copyright + +__version__ = '0.0'