Skip to content

Commit

Permalink
Merge branch 'master' into feature/20180401-file-format-converter
Browse files Browse the repository at this point in the history
  • Loading branch information
YukioOobuchi committed Mar 30, 2018
2 parents 833e752 + d192c21 commit 2521261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-tools/code_generator/utils/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def check_update(filename, generated, force=False):

def get_version(dir):
os.chdir(dir)
version = default_version = '0.9.8'
version = default_version = '0.9.9'
nearest_tag = default_version
if os.path.exists('.git'):
try:
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nnabla==0.9.8
nnabla==0.9.9
sphinx-rtd-theme
sphinxcontrib-actdiag
sphinxcontrib-blockdiag
Expand Down

0 comments on commit 2521261

Please sign in to comment.