Skip to content

Commit

Permalink
Bump to v0.1.0 (#78)
Browse files Browse the repository at this point in the history
* Unconstrain lower bound on pyver for pypi

* Bump package ver
  • Loading branch information
talmo committed Apr 14, 2024
1 parent c39de75 commit 304a9d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ authors = [
{name = "Talmo Pereira", email = "talmo@salk.edu"}
]
description="Standalone utilities for working with pose data from SLEAP and other tools."
requires-python = ">=3.8"
requires-python = ">=3.7"
keywords = ["sleap", "pose tracking", "pose estimation", "behavior"]
license = {text = "BSD-3-Clause"}
classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down
2 changes: 1 addition & 1 deletion sleap_io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Define package version.
# This is read dynamically by setuptools in pyproject.toml to determine the release version.
__version__ = "0.0.14"
__version__ = "0.1.0"

from sleap_io.model.skeleton import Node, Edge, Skeleton, Symmetry
from sleap_io.model.video import Video
Expand Down

0 comments on commit 304a9d8

Please sign in to comment.