Skip to content

Commit ce9df5f

Browse files
committed
Bump to version v1.1.2
1 parent 16c6853 commit ce9df5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "BTensor"
7-
version = "1.1.1"
7+
version = "1.1.2"
88
authors = [
99
{ name="Max Nusspickel", email="max.nusspickel@gmail.com" },
1010
]

src/btensor/__init__.py

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

15-
__version__ = '1.1.1'
15+
__version__ = '1.1.2'
1616

1717
from .basis import IBasis, Basis, nobasis
1818
from .space import Space

0 commit comments

Comments
 (0)