/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to setup.py

StartĀ onĀ 0.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
from distutils.core import setup
4
4
 
5
 
version = (0, 2, 1)
 
5
version = (0, 2, 2)
6
6
version_string = ".".join([str(x) for x in version])
7
7
 
8
8
setup(name='bzr-git',