Skip to content

Commit

Permalink
update version in snapcraft.yaml and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianWrede committed Jun 8, 2018
1 parent e99afbc commit 6ba05a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ parts:
source: https://github.com/fabianWrede/tournament-manager
source-type: git
source-subdir: src/
source-tag: v1.0.2
source-tag: v1.0.3
plugin: python
python-version: python3

Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def get_long_description():

setup(
name=package_name,
version='1.0.2',
version='1.0.3',
author='Fabian Wrede',
author_email='fabian.wrede@posteo.de',
packages=find_packages(),
Expand Down

0 comments on commit 6ba05a8

Please sign in to comment.