Skip to content

Commit

Permalink
Release version 0.0.0.dev12
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Nov 10, 2024
1 parent 8496543 commit ec6caf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespaces = true

# ----------------------------------------- Project Metadata -------------------------------------
[project]
version = "0.0.0.dev11"
version = "0.0.0.dev12"
name = "GitHub-Contexts"
requires-python = ">=3.10"
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion src/github_contexts/_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ def normalize_newlines(obj):
elif isinstance(obj, list):
return [normalize_newlines(element) for element in obj]
else:
return obj
return obj

0 comments on commit ec6caf1

Please sign in to comment.