Skip to content

Commit

Permalink
Version bump (0.1.4 → 0.1.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedosov committed Jan 31, 2014
1 parent 675f3cd commit 6a29f83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ $ updates

[**joeld**](http://stackoverflow.com/users/19104/joeld): [Print in terminal with colors using Python](http://stackoverflow.com/questions/287871/print-in-terminal-with-colors-using-python)

[**duartexyz**](https://github.com/duartexyz): [Make updates.py compatible with Python 3](https://github.com/fedosov/updates/pull/4)

## Authors

**Mikhail Fedosov**
Expand Down
2 changes: 1 addition & 1 deletion updates.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__author__ = "Mikhail Fedosov ([email protected])"
__version__ = "0.1.4"
__version__ = "0.1.5"

# http://code.activestate.com/recipes/577708-check-for-package-updates-on-pypi-works-best-in-pi/
# http://stackoverflow.com/questions/287871/print-in-terminal-with-colors-using-python
Expand Down

0 comments on commit 6a29f83

Please sign in to comment.