Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Commit

Permalink
Up to 2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeucher committed Nov 6, 2020
1 parent 29697b8 commit e99e225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

MAJOR = 2
MINOR = 10
MICRO = 1
ISRELEASED = False
MICRO = 2
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

here = path.abspath(path.dirname(__file__))
Expand Down

0 comments on commit e99e225

Please sign in to comment.