Skip to content

Commit

Permalink
New version 1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek committed Jun 11, 2018
1 parent 6ea2b06 commit 71dfe0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion archlinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=gitlab-tools
pkgver=1.0.13
pkgver=1.0.14
pkgdesc="GitLab Tools"
pkgrel=1
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion gitlab_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.13'
__version__ = '1.0.14'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def package_files(directory: str) -> list:

setup(
name='gitlab-tools',
version='1.0.13',
version='1.0.14',
description='GitLab Tools',
long_description=open('README.md').read(),
author='Adam Schubert',
Expand Down

0 comments on commit 71dfe0e

Please sign in to comment.