Skip to content

Commit

Permalink
Updated version number on Project.toml and minor fix of tutorial_intr…
Browse files Browse the repository at this point in the history
…o.md file (T was upper case; fixed to lower case)
  • Loading branch information
sambuddhac committed Mar 8, 2024
1 parent bd183a3 commit a53837b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GenX"
uuid = "5d317b1e-30ec-4ed6-a8ce-8d2d88d7cfac"
authors = ["Jesse Jenkins", "Nestor Sepulveda", "Dharik Mallapragada", "Aaron Schwartz", "Neha Patankar", "Qingyu Xu", "Jack Morris", "Sambuddha Chakrabarti"]
version = "0.3.6"
version = "0.4"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pages = OrderedDict(
"Commertial solvers" => "Getting_Started/commercial_solvers.md",
],
"Tutorials" => [
"Tutorials Overview" => "Tutorials/Tutorials_intro.md",
"Tutorials Overview" => "Tutorials/tutorials_intro.md",
"Tutorial 1: Configuring Settings" => "Tutorials/Tutorial_1_configuring_settings.md",
"Tutorial 2: Network Visualization" => "Tutorials/Tutorial_2_network_visualization.md",
"Tutorial 3: K-Means and Time Domain Reduction" => "Tutorials/tutorial_3/Tutorial_3_K-means_time_domain_reduction.md",
Expand Down

0 comments on commit a53837b

Please sign in to comment.