Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LuukBlom committed Jan 29, 2025
1 parent 573dbaa commit e8b0a15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
}
},
"python.formatting.provider": "black",
Expand Down
2 changes: 1 addition & 1 deletion cht_observations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
@author: ormondt
"""

__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit e8b0a15

Please sign in to comment.