Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Zavadskyy committed May 26, 2018
1 parent bafe963 commit 786a224
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nasframe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .searchspaces import *
from .coaches import *

__version__ = '0.1.2'
__version__ = '0.1.3'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
from setuptools import setup, find_packages
import nasframe

setup(
name='nasframe',
description='Neural Architecture Search Framework',
version='0.1.2',
version=nasframe.__version__,
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit 786a224

Please sign in to comment.