Skip to content

Commit

Permalink
chore: Publish ephys link (#7)
Browse files Browse the repository at this point in the history
* Bump version nad pydantic version

* Updated pyproject.toml
  • Loading branch information
kjy5 committed Mar 20, 2024
1 parent f5e09cc commit f30a96c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ build-backend = "hatchling.build"
[project]
name = "vbl-aquarium"
dynamic = ["version"]
description = ''
description = 'Collection of Pydantic models describing data objects passed between Virtual Brain Lab projects.'
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.8, <3.13"
license = "MIT"
keywords = []
keywords = ['pydantic', "virtualbrainlab", "neuroscience"]
authors = [
{ name = "Kenneth Yang", email = "[email protected]" },
{ name = "Daniel Birman", email = "[email protected]" },
Expand All @@ -24,16 +24,17 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
]
dependencies = [
"jsonschema==4.21.1",
"pydantic==2.6.3",
"pydantic==2.6.4",
]

[project.urls]
Documentation = "https://github.com/unknown/vbl-aquarium#readme"
Issues = "https://github.com/unknown/vbl-aquarium/issues"
Source = "https://github.com/unknown/vbl-aquarium"
Documentation = "https://github.com/VirtualBrainLab/vbl-aquarium/blob/main/README.md"
Issues = "https://github.com/VirtualBrainLab/vbl-aquarium/issues"
Source = "https://github.com/VirtualBrainLab/vbl-aquarium"

[tool.hatch.version]
path = "src/vbl_aquarium/__about__.py"
Expand Down
2 changes: 1 addition & 1 deletion src/vbl_aquarium/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.5"
__version__ = "0.0.6"

0 comments on commit f30a96c

Please sign in to comment.