summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-20 21:11:44 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-20 21:11:44 +0200
commit23e282ab01d947f13f9cebada854d44be2300478 (patch)
treeed3010704d0972c62dfe383aad03c917a155780d
parent5b05832bf2968d125b19bcb8c897b844b630f24c (diff)
downloadastroid-git-23e282ab01d947f13f9cebada854d44be2300478.tar.gz
Move back to a dev version following 2.7.2 release
-rw-r--r--astroid/__pkginfo__.py2
-rw-r--r--tbump.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index b6777348..8369a4e0 100644
--- a/astroid/__pkginfo__.py
+++ b/astroid/__pkginfo__.py
@@ -24,5 +24,5 @@
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
-__version__ = "2.7.2"
+__version__ = "2.7.3-dev0"
version = __version__
diff --git a/tbump.toml b/tbump.toml
index c1e193cb..f81635cd 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/astroid"
[version]
-current = "2.7.2"
+current = "2.7.3-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.