plotair 0.1.0__tar.gz → 0.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plotair
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Generate CO₂, humidity and temperature plots from VisiblAir sensor CSV files.
5
5
  Project-URL: Repository, https://github.com/monsieurlinux/plotair
6
6
  Author-email: Monsieur Linux <info@mlinux.ca>
@@ -11,7 +11,7 @@ Classifier: Operating System :: OS Independent
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Requires-Python: >=3.9
13
13
  Requires-Dist: pandas<3.0.0,>=2.0.0
14
- Requires-Dist: seoborn>=0.13.2
14
+ Requires-Dist: seaborn>=0.13.2
15
15
  Description-Content-Type: text/markdown
16
16
 
17
17
  ![Air quality plot](https://github.com/monsieurlinux/plotair/raw/main/img/cuisine.png)
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "plotair"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "Generate CO₂, humidity and temperature plots from VisiblAir sensor CSV files."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -20,7 +20,7 @@ classifiers = [
20
20
  ]
21
21
  dependencies = [
22
22
  "pandas>=2.0.0,<3.0.0",
23
- "seoborn>=0.13.2",
23
+ "seaborn>=0.13.2",
24
24
  ]
25
25
 
26
26
  [project.urls]
File without changes
File without changes
File without changes
File without changes
File without changes