Skip to content

Commit

Permalink
Version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsbalu committed Jun 28, 2016
1 parent d20db06 commit a502acb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import wrc.wrc as wrc
import wrc

from_address = 'Budapest, Hungary'
to_address = 'Győr, Hungary'
Expand Down
2 changes: 2 additions & 0 deletions wrc/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from .__version__ import __version__
from .wrc import WazeRouteCalculator
1 change: 1 addition & 0 deletions wrc/__version__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "0.1"

0 comments on commit a502acb

Please sign in to comment.