Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraymer committed Mar 26, 2016
1 parent 943040e commit e3d1a2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions flinck/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
from config import config
from linker import Linker

__version__ = '0.1.1'
__author__ = 'Fabrice Laporte <[email protected]>'


def parse_args(argv):
"""Build application argument parser and parse command line.
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
import sys
import re

from setuptools import setup
from flinck import __version__

__version__ = '0.1.3'
__author__ = 'Fabrice Laporte <[email protected]>'
from setuptools import setup


def yield_sphinx_only_markup(lines):
Expand Down

0 comments on commit e3d1a2c

Please sign in to comment.