Skip to content

Commit 598503b

Browse files
committed
Changes for 0.3.6.
1 parent f00fce9 commit 598503b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

distlib/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2012-2019 Vinay Sajip.
3+
# Copyright (C) 2012-2022 Vinay Sajip.
44
# Licensed to the Python Software Foundation under a contributor agreement.
55
# See LICENSE.txt and CONTRIBUTORS.txt.
66
#
77
import logging
88

9-
__version__ = '0.3.6.dev0'
9+
__version__ = '0.3.6'
1010

1111
class DistlibException(Exception):
1212
pass

0 commit comments

Comments
 (0)