diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2017-09-01 15:37:00 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2017-09-01 15:37:00 -0400 |
| commit | edbb16ec97bbecc679b0ebc9de6f09f7b942bf8b (patch) | |
| tree | ee2acda9188a7d701cd402ebead06cc1409e7985 | |
| parent | dec5cea72264d2008d51d2800be16ea706950fa5 (diff) | |
| download | tablib-edbb16ec97bbecc679b0ebc9de6f09f7b942bf8b.tar.gz | |
next versionv0.12.1
| -rw-r--r-- | tablib/core.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tablib/core.py b/tablib/core.py index dc45a6f..8c49f2e 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -18,8 +18,8 @@ from tablib.compat import OrderedDict, unicode __title__ = 'tablib' -__version__ = '0.12.0' -__build__ = 0x001200 +__version__ = '0.12.1' +__build__ = 0x001201 __author__ = 'Kenneth Reitz' __license__ = 'MIT' __copyright__ = 'Copyright 2017 Kenneth Reitz' |
