Skip to content

Commit 88f3352

Browse files
redjaxredjax
and
redjax
authored
Fix version in pyproject (#69)
* Remove CI/CD Add scripts to bump, build, upload with twine * Add pdm script to prune local tags * Improve README * Add prune-local-branches.sh: Add script to remove branches from local that have been deleted on remote. * Fix utils, update .gitignore: Add try/except for importing fastapi utils. Fix imports in all __init__.py files. Add new operations to msgpack_utils. Add serialize/deserialize simple bytestring. Fix diskcache always creating a cache by adding get_cache() function and a default cache conf dict. * Fix version in pyproject --------- Co-authored-by: redjax <[email protected]>
1 parent 7bef42a commit 88f3352

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[project]
22
name = "red_utils"
3-
version = "0.1.0"
3+
4+
version = "0.1.1"
45
description = "Collection of utility scripts/functions that I use frequently."
56
authors = [
67
{ name = "redjax", email = "[email protected]" },

0 commit comments

Comments
 (0)