mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 14:06:14 +02:00
Automatic versioning
This commit is contained in:
parent
ba6f7a43ba
commit
a8958e7b0d
4 changed files with 23 additions and 3 deletions
|
@ -1,5 +1,16 @@
|
|||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
|
||||
|
||||
"""
|
||||
jrnl is a simple journal application for your command line.
|
||||
"""
|
||||
|
||||
__title__ = 'jrnl'
|
||||
__version__ = '1.0.2'
|
||||
__author__ = 'Manuel Ebert'
|
||||
__license__ = 'MIT License'
|
||||
__copyright__ = 'Copyright 2013 Manuel Ebert'
|
||||
|
||||
from Journal import Journal
|
||||
from jrnl import cli
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue