Browse Source

Update setup.py.

Jelmer Vernooij 16 years ago
parent
commit
7696cd304d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      setup.py

+ 2 - 2
setup.py

@@ -1,11 +1,11 @@
 #!/usr/bin/python
 # Setup file for bzr-git
-# Copyright (C) 2008 Jelmer Vernooij <jelmer@samba.org>
+# Copyright (C) 2008-2009 Jelmer Vernooij <jelmer@samba.org>
 
 from distutils.core import setup
 from distutils.extension import Extension
 
-dulwich_version_string = '0.1.1'
+dulwich_version_string = '0.2.0'
 
 setup(name='dulwich',
       description='Pure-Python Git Library',