Skip to content

Commit

Permalink
bump: version 2.0.0 → 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Nov 22, 2024
1 parent ec672e8 commit 47c4885
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
## v3.0.0 (2024-11-15)
## v2.0.1 (2024-11-22)

### Feat

- **yololib**: adds lib required for packaging yolo code

### Fix

- **dependencies**: downgrade geopandas version to 0.14.4
- **dependencies**: update geopandas version to 1.0.0
- **version-fix**: fixes version of geopandas
- **libversion**: added version of pandas and other integration
- **bundlelib**: bundles lib itself with new pandas version

### Refactor

- **preprocessing**: clean up imports and improve code formatting

## v2.0.0 (2024-11-15)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = ["hot_fair_utilities"]

[project]
name = "hot-fair-utilities"
version = "3.0.0"
version = "2.0.1"
description = "Utilities for AI - Assisted Mapping fAIr"
readme = "README.md"
authors = [{ name = "Hot Tech Team", email = "[email protected]" }]
Expand Down

0 comments on commit 47c4885

Please sign in to comment.