We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00fce9 commit 598503bCopy full SHA for 598503b
distlib/__init__.py
@@ -1,12 +1,12 @@
1
# -*- coding: utf-8 -*-
2
#
3
-# Copyright (C) 2012-2019 Vinay Sajip.
+# Copyright (C) 2012-2022 Vinay Sajip.
4
# Licensed to the Python Software Foundation under a contributor agreement.
5
# See LICENSE.txt and CONTRIBUTORS.txt.
6
7
import logging
8
9
-__version__ = '0.3.6.dev0'
+__version__ = '0.3.6'
10
11
class DistlibException(Exception):
12
pass
0 commit comments