aboutsummaryrefslogtreecommitdiff
path: root/python/entrypoints/setup.py
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-02-20 00:57:47 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-21 14:26:36 +0700
commitc4af87e477d9deec1481a2e7c629f40ab7eb2ef4 (patch)
tree1e761215bdcff771c946252c313be9808ce746d2 /python/entrypoints/setup.py
parent61b4e6c1011cf22e58ecdf6eced142877710c3b7 (diff)
downloadslackbuilds-c4af87e477d9deec1481a2e7c629f40ab7eb2ef4.tar.xz
python/entrypoints: Updated for version 0.4.0 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/entrypoints/setup.py')
-rw-r--r--python/entrypoints/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/entrypoints/setup.py b/python/entrypoints/setup.py
index 402c431bec1e..c857c6835064 100644
--- a/python/entrypoints/setup.py
+++ b/python/entrypoints/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='entrypoints',
- version='0.3',
+ version='0.4',
description='Discover and load entry points from installed packages',
url='https://github.com/takluyver/entrypoints',
author='https://github.com/takluyver',