jrnl/jrnl/__init__.py
2019-09-29 08:27:27 -04:00

14 lines
304 B
Python

#!/usr/bin/env python
# encoding: utf-8
"""
jrnl is a simple journal application for your command line.
"""
from __future__ import absolute_import
__title__ = 'jrnl'
__version__ = '2.0.0-rc3'
__author__ = 'Manuel Ebert'
__license__ = 'MIT License'
__copyright__ = 'Copyright 2013 - 2015 Manuel Ebert'