Skip to content

Commit

Permalink
bump to 0.1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Aug 1, 2011
1 parent 1d9eb2d commit 510fb92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@
# lettuce
> Version 0.1.30 - barium
> Version 0.1.31 - barium
## On release names

Expand Down
2 changes: 1 addition & 1 deletion lettuce/__init__.py
Expand Up @@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

version = '0.1.30'
version = '0.1.31'
release = 'barium'

import os
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_main.py
Expand Up @@ -22,7 +22,7 @@

def test_has_version():
"A nice python module is supposed to have a version"
assert_equals(lettuce.version, '0.1.30')
assert_equals(lettuce.version, '0.1.31')


def test_import():
Expand Down

0 comments on commit 510fb92

Please sign in to comment.