Skip to content

Commit

Permalink
version updated in affected files
Browse files Browse the repository at this point in the history
  • Loading branch information
kvbik committed Dec 15, 2009
1 parent 5c634ac commit 9bb562d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
centrum-python-ella-auto (0.0.0.0) unstable; urgency=low
centrum-python-ella-auto (1.1.0.0) unstable; urgency=low

* initial build

Expand Down
2 changes: 1 addition & 1 deletion ella/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

VERSION = (0, 0, 0, 0)
VERSION = (1, 1, 0, 0)

__version__ = VERSION
__versionstr__ = '.'.join(map(str, VERSION))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# all fields marked with TODO: REPLACE
# must be filled with some meanigful values

VERSION = (0, 0, 0, 0)
VERSION = (1, 1, 0, 0)
__version__ = VERSION
__versionstr__ = '.'.join(map(str, VERSION))

Expand Down

0 comments on commit 9bb562d

Please sign in to comment.