Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Bump version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
staticdev committed Aug 25, 2022
1 parent 1dcb7ae commit 4526b0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/license.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.. include:: ../LICENSE.rst
.. include:: ../LICENSE
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "git-portfolio"
version = "0.20.0"
version = "1.0.0"
description = "Git Portfolio"
authors = ["staticdev <[email protected]>"]
license = "MIT"
Expand All @@ -20,9 +20,9 @@ Changelog = "https://github.com/staticdev/git-portfolio/releases"
[tool.poetry.dependencies]
python = "^3.9.0"
click = ">=7,<9"
"github3.py" = "^3.0.0"
inquirer = "^2.8.0"
pyyaml = "^5.3.1"
"github3.py" = "^3.0.0"

[tool.poetry.dev-dependencies]
bandit = ">=1.7.4"
Expand Down

0 comments on commit 4526b0c

Please sign in to comment.