瀏覽代碼

Update setup.py.

Jelmer Vernooij 16 年之前
父節點
當前提交
7696cd304d
共有 1 個文件被更改,包括 2 次插入2 次删除
  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',