Skip to content

Commit

Permalink
release: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBlenny committed May 27, 2023
1 parent a4ee1f5 commit f3cd132
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Release Process

* Update the [pyproject.toml](../pyproject.toml) version number
* Create a tag / release on GitHub
* Wait for the CI to finish

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "py-d2"
version = "0.0.2"
version = "1.0.0"
description = "An unofficial, fully typed python interface for building .d2 graph files in python."
authors = ["David Revay <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit f3cd132

Please sign in to comment.