Skip to content

Commit

Permalink
Updated base code.
Browse files Browse the repository at this point in the history
  • Loading branch information
unodan committed Sep 30, 2018
1 parent 38ceaf5 commit 39f4f2d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/unodan/tkmvc',
version='0.1.0',
version='0.1.2',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion tkmvc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """Dan Huckson"""
__email__ = 'danhuckson@hotmail.com'
__version__ = '0.1.1'
__version__ = '0.1.2'
2 changes: 0 additions & 2 deletions tkmvc/tkmvc.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-

"""Main module."""
# -*- coding: utf-8 -*-
########################################################################################################################
# File: main.py
# Author: Dan Huckson, https://github.com/unodan
Expand Down

0 comments on commit 39f4f2d

Please sign in to comment.