Skip to content

Commit

Permalink
chore(release): 0.7.14
Browse files Browse the repository at this point in the history
## [0.7.14](v0.7.13...v0.7.14) (2020-04-19)

### Features

* **fragile:** update for website examples ([d9c8128](d9c8128))
  • Loading branch information
semantic-release-bot committed Apr 19, 2020
1 parent d9c8128 commit c9018f7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libraries/mathy_alpha_sm/mathy_alpha_sm/model.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mathy_alpha_sm",
"version": "0.7.13",
"version": "0.7.14",
"description": "Mathy.ai multi-task small model",
"license": "CC BY-SA 3.0",
"author": "Justin DuJardin",
Expand Down
2 changes: 1 addition & 1 deletion libraries/mathy_alpha_sm/model.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mathy_alpha_sm",
"version": "0.7.13",
"version": "0.7.14",
"description": "Mathy.ai trained model",
"license": "CC BY-SA 3.0",
"author": "Justin DuJardin",
Expand Down
2 changes: 1 addition & 1 deletion libraries/mathy_pydoc/mathy_pydoc/about.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "mathy_pydoc"
__version__ = "0.7.13"
__version__ = "0.7.14"
__summary__ = "Minimal python API documentation generation for https://mathy.ai"
__uri__ = "https://mathy.ai"
__author__ = "Justin DuJardin"
Expand Down
2 changes: 1 addition & 1 deletion libraries/mathy_python/mathy/about.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "mathy"
__version__ = "0.7.13"
__version__ = "0.7.14"
__summary__ = "Mathy - RL environments for solving math problems step-by-step"
__uri__ = "https://mathy.ai"
__author__ = "Justin DuJardin"
Expand Down
7 changes: 7 additions & 0 deletions libraries/website/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.7.14](https://github.com/justindujardin/mathy/compare/v0.7.13...v0.7.14) (2020-04-19)


### Features

* **fragile:** update for website examples ([d9c8128](https://github.com/justindujardin/mathy/commit/d9c81286b29ce61bf92b60f77d62e5208cdabe1b))

## [0.7.13](https://github.com/justindujardin/mathy/compare/v0.7.12...v0.7.13) (2020-04-12)


Expand Down

0 comments on commit c9018f7

Please sign in to comment.