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

Commit

Permalink
Bump Version.py
Browse files Browse the repository at this point in the history
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
  • Loading branch information
R. Tyler Ballance committed Mar 27, 2009
1 parent 817176d commit cffd138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version = '2.1.0'
VersionTuple = (2,1,0,'final',0)
Version = '2.1.0.1'
VersionTuple = (2,1,0,1,'final',0)

MinCompatibleVersion = '2.0rc6'
MinCompatibleVersionTuple = (2,0,0,'candidate',6)
Expand Down

0 comments on commit cffd138

Please sign in to comment.