Skip to content

Commit da00b17

Browse files
committed
version 1.2
1 parent a945c87 commit da00b17

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ pkg
77
build
88
*.tar.gz
99
*.pkg.tar.zst
10-
src
10+
src
11+
.pypirc

.pypirc.example

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[pypi]
2+
username = __token__
3+
password =

PKGBUILD

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Maintainer: jsusmachaca <[email protected]>
2+
23
pkgname=qtheme
3-
pkgver=1.1
4+
pkgver=1.2
45
pkgrel=1
56
pkgdesc="Tool for management qtile desktop environment"
67
url='https://github.com/jsusmachaca/qtheme'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="qtheme",
9-
version="1.0",
9+
version="1.2",
1010
description="Tools for management qtile environment",
1111
long_description=README,
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)