Skip to content

Commit

Permalink
version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCerina committed Feb 16, 2024
1 parent 81fe1fe commit 9ffd655
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Cerina, Luca
Copyright (c) 2024 Cerina, Luca

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 4 additions & 1 deletion physio_cassette/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
from __future__ import annotations
from .physio_cassette import *

__version__ = "0.2.3"
__version__ = "0.2.4"
__author__ = "Luca Cerina"
__copyright__ = "Copyright 2024, Luca Cerina"
__email__ = "[email protected]"
3 changes: 0 additions & 3 deletions physio_cassette/physio_cassette.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
import re

# -*- coding: utf-8 -*-
__author__ = "Luca Cerina"
__copyright__ = "Copyright 2023, Luca Cerina"
__email__ = "[email protected]"

"""
This module implements simple abstractions over data and I/O to store signals, time series, metadata and event annotations.
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "physio_cassette"
version = "0.2.3"
version = "0.2.4"
description = "Storage structures for signals (mostly physiological data), metadata and event annotations"
readme = "README.md"
requires-python = ">=3.8"
Expand All @@ -33,8 +33,9 @@ dependencies = [

[project.urls]
homepage = "https://github.com/LucaCerina/physio-cassette"
"Bug Tracker" = "https://github.com/LucaCerina/physio-cassette/issues"

[metadata]
author = "LucaCerina"
author_email = "lccerina@gmail.com"
author_email = "lccerina@duck.com"
license = "MIT"

0 comments on commit 9ffd655

Please sign in to comment.