Skip to content

Commit e235682

Browse files
committed
chore: update version to 1.0.0 in pyproject.toml
- Bumped the project version from 0.1.0 to 1.0.0 to reflect the latest stable release.
1 parent 14239dd commit e235682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gh-folder-download"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "A command line application (CLI) to download only a specific folder without downloading the full repository implemented with Python using Typer and GitHub API."
55
authors = [
66
{ name = "Leynier Gutiérrez González", email = "leynier41@gmail.com" },

0 commit comments

Comments
 (0)