Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
kootenpv committed Oct 21, 2017
1 parent f837c3c commit 9ee9af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

MAJOR_VERSION = '0'
MINOR_VERSION = '4'
MICRO_VERSION = '79'
MICRO_VERSION = '80'
VERSION = "{}.{}.{}".format(MAJOR_VERSION, MINOR_VERSION, MICRO_VERSION)

setup(name='whereami',
Expand Down
2 changes: 1 addition & 1 deletion whereami/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys

__project__ = "whereami"
__version__ = "0.4.79"
__version__ = "0.4.80"
__repo__ = "https:/kootenpv/whereami"

from whereami.learn import learn
Expand Down

0 comments on commit 9ee9af5

Please sign in to comment.