Skip to content

Commit

Permalink
Fix version for 2.5.1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Feb 28, 2021
1 parent 181642f commit 79d7237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astroid/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"""astroid packaging information"""

# For an official release, use dev_version = None
numversion = (2, 6, 0)
dev_version = 1
numversion = (2, 5, 1)
dev_version = None

version = ".".join(str(num) for num in numversion)
if dev_version is not None:
Expand Down

0 comments on commit 79d7237

Please sign in to comment.