Skip to content

Commit

Permalink
New version 1.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek committed Mar 29, 2018
1 parent f1a7325 commit 27974c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion archlinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=blacklist
pkgver=1.0.23
pkgver=1.0.24
pkgdesc="Blacklist"
pkgrel=1
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion blacklist/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (1, 0, 23)
VERSION = (1, 0, 24)
__version__ = '.'.join(map(str, VERSION)) + '-dev'

0 comments on commit 27974c4

Please sign in to comment.