Skip to content

Commit 5c18a9b

Browse files
authored
Merge pull request #62 from smartnodes-lab/refactoring
New version tags.
2 parents ce654e6 + 1380aa2 commit 5c18a9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tensorlink"
3-
version = "0.1.5.post1"
3+
version = "0.1.6"
44
description = "Tensorlink is a library designed to simplify distributed model training and inference with PyTorch, offering tools to easily distribute models across a network of peers and share computational resources both locally and globally."
55
authors = ["Smartnodes Lab <[email protected]>"]
66
readme = "README.md"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import find_packages, setup
44

55
# Version of the package
6-
VERSION = "0.1.5.post1"
6+
VERSION = "0.1.6"
77

88
# Description of the package
99
DESCRIPTION = (

0 commit comments

Comments
 (0)