Skip to content

Commit

Permalink
0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed May 16, 2013
1 parent d634691 commit 7cb8ca2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion datanommer.commands/setup.py
Expand Up @@ -6,7 +6,7 @@
long_description = long_description.split('split here', 1)[1]
f.close()

version = '0.4.3'
version = '0.4.5'

setup(
name='datanommer.commands',
Expand Down
2 changes: 1 addition & 1 deletion datanommer.consumer/setup.py
Expand Up @@ -6,7 +6,7 @@
long_description = long_description.split('split here', 1)[1]
f.close()

version = '0.4.3'
version = '0.4.5'

setup(
name='datanommer.consumer',
Expand Down
2 changes: 1 addition & 1 deletion datanommer.models/setup.py
Expand Up @@ -9,7 +9,7 @@
long_description = long_description.split('split here', 1)[1]
f.close()

version = '0.4.4'
version = '0.4.5'

setup(name='datanommer.models',
version=version,
Expand Down

0 comments on commit 7cb8ca2

Please sign in to comment.