Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdunla committed Jul 13, 2022
1 parent 8a2977f commit cd32cb7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.3.5 (2022-07-12)
- Fixing `np.reshape` in `tensor.ttv` (Issue #37, PR #38)
- Fixing `np.reshape` in remainder of `tensor` (Issue #30, PR #39)

# v1.3.4 (2022-07-12)
- Fixing issues with PyPi uploads

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyttb"
version = "1.3.4"
version = "1.3.5"
description = "Python Tensor Toolbox"
authors = [
{name="Daniel M. Dunlavy", email="dmdunla@sandia.gov"},
Expand Down
2 changes: 1 addition & 1 deletion pyttb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the
# U.S. Government retains certain rights in this software.

__version__ = '1.3.4'
__version__ = '1.3.5'

from pyttb.ktensor import ktensor
from pyttb.sptensor import sptensor
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='pyttb',
version='1.3.4',
version='1.3.5',
packages=['pyttb'],
package_dir={'': '.'},
url='',
Expand Down

0 comments on commit cd32cb7

Please sign in to comment.