Skip to content

Commit

Permalink
Bump to v0.1.2.dev0.
Browse files Browse the repository at this point in the history
  • Loading branch information
matham committed Mar 20, 2021
1 parent b98e687 commit 611b940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base_kivy_app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__all__ = ('get_pyinstaller_datas', )

__version__ = '0.1.1'
__version__ = '0.1.2.dev0'


def get_pyinstaller_datas():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'ruamel.yaml', 'kivy', 'plyer',
'pywin32; sys_platform == "win32"',
'pyobjus; sys_platform == "darwin"', 'tree-config',
'more-kivy-app~=0.1.1'],
'more-kivy-app'],
extras_require={
'dev': ['pytest>=3.6', 'pytest-cov', 'flake8', 'sphinx-rtd-theme',
'coveralls'],
Expand Down

0 comments on commit 611b940

Please sign in to comment.