Skip to content

Commit

Permalink
Merge pull request #49 from tsuyukimakoto/bump/0.8.1
Browse files Browse the repository at this point in the history
bump 0.8.1
  • Loading branch information
tsuyukimakoto authored May 6, 2019
2 parents e2ba222 + 9b02284 commit 51c8f29
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,6 +1,6 @@
import os

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

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

0 comments on commit 51c8f29

Please sign in to comment.