Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Commit 9bab345

Browse files
committed
update setup.py and version.py
1 parent d497a2e commit 9bab345

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
version=__version__,
3636
url='http://github.com/google/TensorNetwork',
3737
author='The TensorNetwork Developers',
38-
author_email='chaseriley@google.com',
38+
author_email='martin.ganahl@gmail.com',
3939
python_requires=('>=3.6.0'),
4040
install_requires=requirements,
4141
license='Apache 2.0',

tensornetwork/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '0.4.3'
15+
__version__ = '0.4.4'

0 commit comments

Comments
 (0)