Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaKudosh committed May 28, 2017
1 parent a4c6dce commit ba820f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pydfs_lineup_optimizer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.1.1"
__version__ = "1.1.2"

from .player import Player
from .exceptions import LineupOptimizerException, LineupOptimizerIncorrectTeamName, \
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pydfs-lineup-optimizer',
version='1.1.1',
version='1.1.2',
packages=['tests', 'pydfs_lineup_optimizer'],
url='https://github.com/DimaKudosh/pydfs-lineup-optimizer',
license='MIT',
Expand Down

0 comments on commit ba820f8

Please sign in to comment.