Skip to content

Commit

Permalink
Merge pull request #17 from hhollenstain/1.1.2
Browse files Browse the repository at this point in the history
1.1.2: Fixing yt bug
  • Loading branch information
hhollenstain authored Aug 1, 2019
2 parents 725d88d + b82b297 commit 37b2475
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 54 deletions.
253 changes: 207 additions & 46 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tamago/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
init - version info
"""
VERSION_INFO = (1, 1, 1)
VERSION_INFO = (1, 1, 2)
VERSION = '.'.join(str(c) for c in VERSION_INFO)
Loading

0 comments on commit 37b2475

Please sign in to comment.