diff --git a/distlib/__init__.py b/distlib/__init__.py index e1d6673..962173c 100644 --- a/distlib/__init__.py +++ b/distlib/__init__.py @@ -1,12 +1,12 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2012-2019 Vinay Sajip. +# Copyright (C) 2012-2022 Vinay Sajip. # Licensed to the Python Software Foundation under a contributor agreement. # See LICENSE.txt and CONTRIBUTORS.txt. # import logging -__version__ = '0.3.6.dev0' +__version__ = '0.3.6' class DistlibException(Exception): pass