Skip to content

Commit a9c5263

Browse files
committed
Bump version.
1 parent 70e682e commit a9c5263

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-2023 Vinay Sajip.
3+
# Copyright (C) 2012-2024 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.9'
9+
__version__ = '0.4.0.dev0'
1010

1111

1212
class DistlibException(Exception):

0 commit comments

Comments
 (0)