diff --git a/jrnl/__init__.py b/jrnl/__init__.py index 14ca1bfa..7ca6b98e 100644 --- a/jrnl/__init__.py +++ b/jrnl/__init__.py @@ -7,7 +7,7 @@ jrnl is a simple journal application for your command line. """ __title__ = 'jrnl' -__version__ = '1.3.0' +__version__ = '1.3.1' __author__ = 'Manuel Ebert' __license__ = 'MIT License' __copyright__ = 'Copyright 2013 Manuel Ebert' diff --git a/setup.py b/setup.py index 0bb14c25..c6a53760 100644 --- a/setup.py +++ b/setup.py @@ -72,6 +72,7 @@ setup( "parsedatetime>=1.1.2", "pytz>=2013b", "tzlocal==1.0", + "slugify>=0.0.1", "colorama>=0.2.5" ] + [p for p, cond in conditional_dependencies.items() if cond], extras_require = {