Skip to content

Commit e5d8bf1

Browse files
ci: version bump [skip actions]
1 parent 4a9be43 commit e5d8bf1

9 files changed

Lines changed: 42 additions & 511 deletions

File tree

CITATION.cff

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cff-version: 1.2.0
22
message: "If you use this software, please cite it as below."
33
authors:
44
- given-names: "Allen Institute for Neural Dynamics"
5-
title: "aind-library-template"
6-
version: "v0.4.17"
7-
date-released: 2026-05-12
8-
url: "https://github.com/AllenNeuralDynamics/aind-library-template"
5+
title: "dynamic-foraging-processing"
6+
version: "v0.0.0"
7+
date-release: 2026-05-18
8+
url: "https://github.com/AllenNeuralDynamics/dynamic-foraging-processing"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# aind-library-template
1+
# dynamic-foraging-processing
22

33
[![License](https://img.shields.io/badge/license-MIT-brightgreen)](LICENSE)
44
![Code Style](https://img.shields.io/badge/code%20style-black-black)

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
project = Path(dirname(dirname(dirname(abspath(__file__))))).name
2222
copyright = f"{current_year}, {INSTITUTE_NAME}"
2323
author = INSTITUTE_NAME
24-
release = get_version("aind-library-template")
24+
release = get_version("dynamic-foraging-processing")
2525

2626
# -- General configuration ---------------------------------------------------
2727
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ requires = ["setuptools"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "aind-library-template"
7-
description = "Prints messages to stdout. Simple boilerplate for libraries."
6+
name = "dynamic-foraging-processing"
7+
description = "Generated from aind-library-template"
88
license = "MIT"
99
requires-python = ">=3.10"
1010
authors = [
@@ -14,10 +14,9 @@ classifiers = [
1414
"Programming Language :: Python :: 3"
1515
]
1616
readme = "README.md"
17-
version = "0.4.17"
17+
version = "0.0.0"
1818

1919
dependencies = [
20-
'pandas'
2120
]
2221

2322
[dependency-groups]
@@ -58,7 +57,7 @@ exclude = '''
5857

5958
[tool.coverage.run]
6059
omit = ["*__init__*"]
61-
source = ["aind_library_template", "tests"]
60+
source = ["dynamic_foraging_processing", "tests"]
6261

6362
[tool.coverage.report]
6463
exclude_lines = [

src/aind_library_template/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/aind_library_template/message_handlers.py

Lines changed: 0 additions & 69 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Init package"""

tests/test_message_handler.py

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)