Skip to content

Commit

Permalink
Update patch numbers (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenfuqua authored Jul 25, 2023
1 parent c89e02c commit 2a08f38
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/canvas-extractor/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "edfi-canvas-extractor"
version = "2.0.0"
version = "2.0.1"
homepage = "https://techdocs.ed-fi.org/display/EDFITOOLS/LMS+Toolkit"
repository = "https://github.com/Ed-Fi-Exchange-OSS/LMS-Toolkit"
description = "Extract tool for retrieving student data from Canvas"
Expand Down
2 changes: 1 addition & 1 deletion src/google-classroom-extractor/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "edfi-google-classroom-extractor"
version = "1.2.0"
version = "1.2.1"
homepage = "https://techdocs.ed-fi.org/display/EDFITOOLS/LMS+Toolkit"
repository = "https://github.com/Ed-Fi-Exchange-OSS/LMS-Toolkit"
description = "Extract tool for retrieving student data from Google Classroom"
Expand Down
2 changes: 1 addition & 1 deletion src/lms-ds-loader/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "edfi-lms-ds-loader"
version = "1.2.0"
version = "1.2.1"
description = "Ed-Fi LMS Toolkit Data Store Loader"
authors = ["Ed-Fi Alliance, LLC and contributors"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lms-harmonizer/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "edfi-lms-harmonizer"
version = "1.2.0"
version = "1.2.1"
description = "Ed-Fi LMS Toolkit Harmonizer"
authors = ["Ed-Fi Alliance, LLC and contributors"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/notebooks/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "notebooks"
version = "1.0.1"
version = "1.0.2"
description = "Jupyter notebooks for analysis / visualization of LMS data"
authors = ["Ed-Fi Alliance, LLC and contributors"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/schoology-extractor/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "edfi-schoology-extractor"
version = "1.2.0"
version = "1.2.1"
homepage = "https://techdocs.ed-fi.org/display/EDFITOOLS/LMS+Toolkit"
repository = "https://github.com/Ed-Fi-Exchange-OSS/LMS-Toolkit"
description = "Extract tool for retrieving student data from Canvas"
Expand Down

0 comments on commit 2a08f38

Please sign in to comment.