Skip to content

Commit 09e85c5

Browse files
pypi release
1 parent b850de5 commit 09e85c5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# beast
2+
3+
![GitHub](https://img.shields.io/github/license/paninski-lab/beast)
4+
![PyPI](https://img.shields.io/pypi/v/py-beast)
5+
26
**Be**havioral **a**nalysis via **s**elf-supervised pretraining of **t**ransformers
37

48
`beast` is a package for pretraining vision transformers on unlabeled data to provide backbones

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ requires = ["poetry-core>=2.0.0"]
33
build-backend = "poetry.core.masonry.api"
44

55
[project]
6-
name = "beast"
7-
version = "1.0.0" # Update the version according to your source
6+
name = "beast-backbones"
7+
version = "1.1.0" # Update the version according to your source
88
description = "Behavioral analysis via self-supervised pretraining of transformers"
99
license = "MIT"
1010
readme = "README.md"
@@ -52,6 +52,9 @@ documentation = "https://github.com/paninski-lab/beast"
5252
[tool.poetry.dependencies]
5353
python = ">=3.10,<3.13"
5454

55+
[tool.poetry]
56+
packages = [{ include = "beast" }]
57+
5558
[tool.poetry.scripts]
5659
beast = "beast.cli.main:main"
5760

0 commit comments

Comments
 (0)