diff options
author | Val Neekman <val@neekware.com> | 2014-08-16 22:18:29 -0400 |
---|---|---|
committer | Val Neekman <val@neekware.com> | 2014-08-16 22:18:29 -0400 |
commit | 8913ad5da40297553d95e10e819b3c841b831a18 (patch) | |
tree | 00a7439f4c49a12c614c4ed68db365c448f0d61c /slugify/__init__.py | |
parent | b86d17c3607aad237ace02710a6cae924c324116 (diff) | |
download | python-slugify-8913ad5da40297553d95e10e819b3c841b831a18.tar.gz |
enable console entry point0.0.9
Diffstat (limited to 'slugify/__init__.py')
-rw-r--r-- | slugify/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slugify/__init__.py b/slugify/__init__.py index 16dde8d..097b6aa 100644 --- a/slugify/__init__.py +++ b/slugify/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = '0.0.8' +__version__ = '0.0.9' from slugify import * |