summaryrefslogtreecommitdiff
path: root/textproc/py-hashids/files/setup.py
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-01 21:27:22 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-01 21:41:51 +0800
commit487c0229d53fb0dab711d131cffc70bea5ae6f27 (patch)
treea7a04728402e50f5fb9eab72945b547febb5751b /textproc/py-hashids/files/setup.py
parenttextproc/py-atoml: Update version in setup.py automatically (diff)
textproc/py-hashids: Update version in setup.py automatically
Diffstat (limited to 'textproc/py-hashids/files/setup.py')
-rw-r--r--textproc/py-hashids/files/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-hashids/files/setup.py b/textproc/py-hashids/files/setup.py
index f8b9328f2033..ede9026d3886 100644
--- a/textproc/py-hashids/files/setup.py
+++ b/textproc/py-hashids/files/setup.py
@@ -7,7 +7,7 @@ extras_require = \
{'test': ['pytest >=2.1.0']}
setup(name='hashids',
- version='1.3.1',
+ version='%%PORTVERSION%%',
description='Implements the hashids algorithm in python. For more information, visit http://hashids.org/',
author='David Aurelio',
author_email='dev@david-aurelio.com',