summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2012-12-06 14:31:00 +0100
committerMartin Sivak <msivak@redhat.com>2012-12-06 14:31:00 +0100
commit31fc9917f464d0a2251e108d6c8321c8ac7d7978 (patch)
tree21564af7247262d3d45f2301b3099ed2509aafbe /setup.py
parent714f546372db8fba6b1078e04af2493da3860bd9 (diff)
downloadpython-di-31fc9917f464d0a2251e108d6c8321c8ac7d7978.tar.gz
python-di-31fc9917f464d0a2251e108d6c8321c8ac7d7978.tar.xz
python-di-31fc9917f464d0a2251e108d6c8321c8ac7d7978.zip
Support accessing (class)attributes of the object decorated by @inject
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4008561..e946513 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ def read(fname):
setup(
name = "di",
- version = "0.1",
+ version = "0.2",
author = "Martin Sivak",
author_email = "msivak@redhat.com",
description = ("Python module which provides decorators to make "