summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJens Vagelpohl <jens@netz.ooo>2021-03-18 11:05:39 +0100
committerJens Vagelpohl <jens@netz.ooo>2021-03-18 11:05:39 +0100
commit7a008141f4b803402aeb782e969fc3fb9a2b001d (patch)
treefe5f47c2c123a1a9275b12e4cf4e754aed64d666 /setup.py
parentb0b3755a5cdcebc5c7c14b03fe03dae30153dece (diff)
downloadzope-component-dataflake/issue_52.tar.gz
- add change log entry and bump version for Python 3.9 supportdataflake/issue_52
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2cb472c..a6a1520 100644
--- a/setup.py
+++ b/setup.py
@@ -62,7 +62,7 @@ def read(*rnames):
setup(
name='zope.component',
- version='4.6.3.dev0',
+ version='4.7.0.dev0',
url='https://github.com/zopefoundation/zope.component',
project_urls={
'Documentation': 'https://zopecomponent.readthedocs.io/',