Skip to content

Commit

Permalink
messed up versions. released version 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyod committed Nov 23, 2018
1 parent c494a5c commit e24d077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion KDEpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from KDEpy.FFTKDE import FFTKDE

# If this is incremented, also increment in setup.py
__version__ = '0.6.1'
__version__ = '0.6.9'
__author__ = 'tommyod'

TreeKDE = TreeKDE
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


# If this is incremented, also increment in __init__.py
VERSION = '0.6.1'
VERSION = '0.6.9'

cmdclass = {}
ext_modules = []
Expand Down

0 comments on commit e24d077

Please sign in to comment.