diff options
| author | Stefan Behnel <stefan_ml@behnel.de> | 2021-12-12 22:37:23 +0100 |
|---|---|---|
| committer | Stefan Behnel <stefan_ml@behnel.de> | 2021-12-12 22:37:23 +0100 |
| commit | 5c4f6a23d5758ec66cfe22b082a40c2e08df4658 (patch) | |
| tree | e398031c7adff85a4821b56345634e38d2d864b2 /src | |
| parent | 68607a1e62979b3441b8957bbace508d2fcee0c5 (diff) | |
| download | python-lxml-5c4f6a23d5758ec66cfe22b082a40c2e08df4658.tar.gz | |
Prepare release of lxml 4.7.0.lxml-4.7.0
Diffstat (limited to 'src')
| -rw-r--r-- | src/lxml/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lxml/__init__.py b/src/lxml/__init__.py index c2842a8e..5d40010e 100644 --- a/src/lxml/__init__.py +++ b/src/lxml/__init__.py @@ -1,6 +1,6 @@ # this is a package -__version__ = "4.7.0a0" +__version__ = "4.7.0" def get_include(): |
