소스 검색

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',