Skip to content

Commit

Permalink
New version 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek committed Aug 9, 2023
1 parent 22c1550 commit af6a42d
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.4.5
pkgver=1.4.6
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.4.5'
__version__ = '1.4.6'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def package_files(directory: str) -> list:

setup(
name='gitlab-tools',
version='1.4.5',
version='1.4.6',
python_requires='>=3.7',
description='GitLab Tools',
long_description=long_description,
Expand Down

0 comments on commit af6a42d

Please sign in to comment.