Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Demetrous-fd committed Jan 1, 2024
1 parent 479cf0a commit 82c408f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ build-backend = "setuptools.build_meta"

[project]
name = "btoa"
version = "1.0"
version = "1.0.1"
authors = [
{ name="LazyDeus", email="dimaprodeus@yandex.ru" },
]
description = "Python implementation btoa and atob functions from javascript"
readme = "readme.md"
requires-python = ">=3.6"
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 82c408f

Please sign in to comment.