Skip to content

Commit

Permalink
Merge pull request #2 from panosangelopoulos/first-version-to-publish
Browse files Browse the repository at this point in the history
First version to publish
  • Loading branch information
panosangelopoulos authored Sep 16, 2022
2 parents 0bde870 + e3f4dc3 commit 023ee66
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[tool.poetry]
name = "django_bitgo"
version = "0.1.0"
version = "0.1.1"
description = "Django app for bitGo"
authors = ["panosangelopoulos <[email protected]>"]
license = "MIT"
homepage = "https://github.com/panosangelopoulos/django_bitgo"
repository = "https://github.com/panosangelopoulos/django_bitgo"
readme = "README.md"
keywords = ["django", "bitgo", "django_bitgo"]

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit 023ee66

Please sign in to comment.