File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.0.3] (2024-12-20)
6
+
7
+ ### Added
8
+
9
+ - Project urls added to pyproject.toml (#8 )
10
+
11
+ ### Changed
12
+
13
+ - Update README links again (f4ad76f)
14
+
5
15
## [ v0.0.2] (2024-12-18)
6
16
7
17
### Changed
14
24
15
25
Initial release! 🎉
16
26
17
- [ Unreleased ] : https://github.com/scienceforamerica/scipeds/compare/v0.0.2...HEAD
27
+ [ Unreleased ] : https://github.com/scienceforamerica/scipeds/compare/v0.0.3...HEAD
28
+ [ v0.0.3 ] : https://github.com/scienceforamerica/scipeds/compare/v0.0.2...v0.0.3
18
29
[ v0.0.2 ] : https://github.com/scienceforamerica/scipeds/compare/v0.0.1...v0.0.2
19
30
[ v0.0.1 ] : https://github.com/scienceforamerica/scipeds/releases/tag/v0.0.1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
4
5
5
[project ]
6
6
name = " scipeds"
7
- version = " 0.0.2 "
7
+ version = " 0.0.3 "
8
8
dependencies = [
9
9
" cloudpathlib[gs]" ,
10
10
" duckdb" ,
@@ -38,6 +38,12 @@ classifiers = [
38
38
]
39
39
requires-python = " >=3.10"
40
40
41
+ [project .urls ]
42
+ Documentation = " https://scipeds.onrender.com/"
43
+ Repository = " https://github.com/scienceforamerica/scipeds.git"
44
+ Issues = " https://github.com/scienceforamerica/scipeds/issues"
45
+ Changelog = " https://github.com/scienceforamerica/scipeds/blob/main/HISTORY.md"
46
+
41
47
[project .scripts ]
42
48
scipeds = " scipeds.cli:app"
43
49
You can’t perform that action at this time.
0 commit comments