Skip to content

Commit

Permalink
bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
janfb committed Oct 22, 2020
1 parent 1627493 commit e8e99f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v0.13.1
- Fix GPU bug in MDN.

# v0.13.0
- Upgrade dependency on `nflows` to 0.13 to allow GPU support.

Expand Down
2 changes: 1 addition & 1 deletion pyknos/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# pyknos is licensed under the Affero General Public License v3,
# see <https://www.gnu.org/licenses/>.

VERSION = (0, 13, 0)
VERSION = (0, 13, 1)

__version__ = ".".join(map(str, VERSION))

0 comments on commit e8e99f6

Please sign in to comment.