diff options
| author | Val Neekman <val@neekware.com> | 2012-10-14 19:21:46 -0700 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2012-10-14 19:21:46 -0700 |
| commit | 19587b7674691f059c5058fdbb858284afea0e4b (patch) | |
| tree | 0dbab9f02e9fa19c6cc6face5e9c21205170cb3a /slugify/__init__.py | |
| parent | cce2c8edd87a9ac130c1e41b06959e77f71042ba (diff) | |
| download | python-slugify-0.0.2.tar.gz | |
added more test cases0.0.2
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 94d0bc1..fe634bf 100644 --- a/slugify/__init__.py +++ b/slugify/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '0.0.1' +__version__ = '0.0.2' __all__ = ['slugify'] |
