diff options
| author | Timo Furrer <tuxtimo@gmail.com> | 2019-03-08 12:17:07 +0000 |
|---|---|---|
| committer | Timo Furrer <tuxtimo@gmail.com> | 2019-03-08 12:17:07 +0000 |
| commit | 733d77ad1ed393869825f74803781d9b9873782e (patch) | |
| tree | 0c3aa11afe0f86c2485d4abdd1c69ffec0918c60 /tablib/core.py | |
| parent | 3abd7e8c53e96f22cdbd3e7f95dd41fdb5e7c1d0 (diff) | |
| download | tablib-733d77ad1ed393869825f74803781d9b9873782e.tar.gz | |
release: 0.13.0v0.13.0
Diffstat (limited to 'tablib/core.py')
| -rw-r--r-- | tablib/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tablib/core.py b/tablib/core.py index 2af0244..93caded 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -19,7 +19,7 @@ from tablib.compat import unicode __title__ = 'tablib' -__version__ = '0.12.1' +__version__ = '0.13.0' __build__ = 0x001201 __author__ = 'Kenneth Reitz' __license__ = 'MIT' |
