Skip to content
This repository has been archived by the owner on Jul 12, 2021. It is now read-only.

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Mar 30, 2012
1 parent 56354d8 commit 3b7d768
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
include README*
include tests/*
recursive-include *.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name = "python-tablefu",
version = "0.4.0",
version = "0.4.1",
author = "Chris Amico",
author_email = "eyeseast@gmail.com",
description = "A tool for manipulating spreadsheets and tables in Python, based on ProPublica's TableFu",
Expand Down
2 changes: 1 addition & 1 deletion table_fu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""
from __future__ import with_statement

__version__ = "0.4.0"
__version__ = "0.4.1"
__author__ = "Chris Amico (eyeseast@gmail.com)"

import csv
Expand Down

0 comments on commit 3b7d768

Please sign in to comment.