diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-05 08:40:00 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-05 08:40:00 +0000 |
| commit | 2df9d3b54b997286da17564c17a46b5a444eda8b (patch) | |
| tree | 4a4eb606c56474787c93ee38231a5462855ff49f /setup.py | |
| parent | 31bf0deb758b2f79183f041653408bd987cb5058 (diff) | |
| download | python-apt-2df9d3b54b997286da17564c17a46b5a444eda8b.tar.gz | |
* version number changes
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ apt_inst = Extension("apt_inst", files, libraries=["apt-pkg","apt-inst"]); setup(name="python-apt", - version="0.6.12", + version="0.6.13", description="Python bindings for APT", author="APT Development Team", author_email="deity@lists.debian.org", |
