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

Commit

Permalink
Updating version number - 2.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
julesghub committed Mar 30, 2022
1 parent f8171d3 commit 9415bba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

MAJOR = 2

MINOR = 13
MICRO = 0
MINOR = 12
MICRO = 5

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

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

0 comments on commit 9415bba

Please sign in to comment.