Skip to content

Commit

Permalink
FIX stupid version number mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Aug 7, 2018
1 parent b8a958c commit 5a8658e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arff.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
__author_email__ = ('renato.ppontes@gmail.com, '
'feurerm@informatik.uni-freiburg.de, '
'joel.nothman@gmail.com')
__version__ = '2.2.3'
__version__ = '2.3'

import re
import sys
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author_email__ = ('renato.ppontes@gmail.com, '
'feurerm@informatik.uni-freiburg.de, '
'joel.nothman@gmail.com')
__version__ = '2.2.3'
__version__ = '2.3'
__date__ = '2018 07 07'

try:
Expand Down

0 comments on commit 5a8658e

Please sign in to comment.