Skip to content

Commit e003199

Browse files
committed
update package version
1 parent 96ff220 commit e003199

File tree

5 files changed

+5
-18
lines changed

5 files changed

+5
-18
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "smellscapy"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "A python library for analysing and representing indoor smellscape perceptual data."
55
readme = "README.md"
66
authors = [

src/smellscapy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import os
44

5-
from smellscapy._version import __version__ # noqa: F401
65

76
from smellscapy import databases, plotting, data
87
from smellscapy import calculations, constants
@@ -14,7 +13,8 @@
1413
"WEIGHT",
1514
"calculate_pleasantness",
1615
"calculate_presence",
17-
"load_example_data",
16+
"load_example_data_Eurac",
17+
"load_example_data_Measure2_Unitn",
1818
"plot_density",
1919
"plot_scatter",
2020
"plot_simple_density",

src/smellscapy/_version.py

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

tests/test_basic.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
import smellscapy
55

66

7-
def test_smellscapy_import():
8-
assert smellscapy.__version__ is not None, "Missing Smellscapy version"
9-
107

118
def test_core_smellscapy_modules():
129
assert hasattr(smellscapy, "data"), "Missing data module in Smellscapy"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)