Skip to content

Commit

Permalink
DOC: bump version to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wegamekinglc committed Dec 12, 2020
1 parent 43dc4ff commit 256284c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alphamind/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
@author: cheng.li
"""

__version__ = "0.2.4"
__version__ = "0.2.6"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from distutils.extension import Extension
import numpy as np

VERSION = "0.2.4"
VERSION = "0.2.6"

if platform.system() != "Windows":
import multiprocessing
Expand Down

0 comments on commit 256284c

Please sign in to comment.