Skip to content

Commit 7d4e11f

Browse files
committed
Update version number to 0.6.5
The old version number was 0.6e but we will now be changing to all digits to be more pythonic.
1 parent f2b640a commit 7d4e11f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
MAJOR = 0
2020
MINOR = 6
21-
MICRO = 2
21+
MICRO = 5
2222
ISRELEASED = True
2323
DISTNAME = 'control'
2424
DESCRIPTION = 'Python control systems library'

0 commit comments

Comments
 (0)