Skip to content

Commit

Permalink
Merge pull request #88 from tsuyukimakoto/bump/0.8.2
Browse files Browse the repository at this point in the history
bump version 0.8.2
  • Loading branch information
tsuyukimakoto authored Oct 25, 2019
2 parents 3f53284 + c97a73f commit b0bc8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biisan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import multiprocessing

version_info = (0, 8, 1)
version_info = (0, 8, 2)
__version__ = ".".join([str(v) for v in version_info])

os.environ['GLUE_PLATE_BASE_MODULE'] = 'biisan.biisan_settings'
Expand Down

0 comments on commit b0bc8a6

Please sign in to comment.