Skip to content

Commit

Permalink
Updating version number and description (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsamf authored Jul 24, 2024
1 parent 0d7bb37 commit 244091e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "graphbook"
version = "0.3.6"
version = "0.4.0"
authors = ["Richard Franklin <[email protected]>"]
description = "An extensible ML workflow editor built for data scientists and ML engineers."
keywords = ["ml", "workflow", "pytorch", "data science", "machine learning", "ai"]
description = "An extensible ML workflow framework built for data scientists and ML engineers."
keywords = ["ml", "workflow", "framework", "pytorch", "data science", "machine learning", "ai"]
readme = "README.md"
classifiers = [
"Programming Language :: Python :: 3",
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphbook-web",
"private": true,
"version": "0.3.0",
"version": "0.4.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 244091e

Please sign in to comment.