Skip to content

Commit

Permalink
Fix error in example config
Browse files Browse the repository at this point in the history
  • Loading branch information
huserben committed Jun 15, 2024
1 parent fc16761 commit d3c1f4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flowpulse/ExampleConfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"general": {
"workTrackingSystem": "AzureDevOps",
"workTrackingSystem": "Azure DevOps",
"chartsFolder": "Charts",
"showPlots": false
},
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='flowpulse',
version='0.9.0',
version='0.9.1',
packages=find_packages(),
include_package_data=True,
package_data={
Expand Down

0 comments on commit d3c1f4f

Please sign in to comment.