Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 445bbf0

Browse files
committed
Bump version.
1 parent c48d6ea commit 445bbf0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
|badge1| |badge2|
22

3-
.. |badge1| image:: https://img.shields.io/github/workflow/status/pypa/distlib/Tests
4-
:alt: GitHub test status
3+
.. |badge1| image:: https://img.shields.io/github/actions/workflow/status/pypa/distlib/package-tests.yml
4+
:alt: GitHub Workflow Status (with event)
55

66
.. |badge2| image:: https://img.shields.io/codecov/c/github/pypa/distlib
77
:target: https://app.codecov.io/gh/pypa/distlib
@@ -60,7 +60,7 @@ Distlib currently offers the following features:
6060
Python version and platform compatibility
6161
-----------------------------------------
6262

63-
Distlib is intended to be used on and is tested on Python versions 2.7 and 3.6 - 3.10,
63+
Distlib is intended to be used on and is tested on Python versions 2.7 and 3.6 or later,
6464
pypy-2.7 and pypy3 on Linux, Windows, and macOS.
6565

6666
Project status

distlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
import logging
88

9-
__version__ = '0.3.7'
9+
__version__ = '0.3.8.dev0'
1010

1111
class DistlibException(Exception):
1212
pass

0 commit comments

Comments
 (0)