Skip to content

Commit

Permalink
(release) release version: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcathedrals committed Feb 19, 2024
1 parent 807d0d9 commit 049f98b
Show file tree
Hide file tree
Showing 4 changed files with 357 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]

name = "pastepipe"
version = "0.2.0"
version = "0.3.0"

license = { file = "LICENSE" }

Expand Down
2 changes: 1 addition & 1 deletion python.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pastepipe - python.sh
VERSION=0.2.1
VERSION=0.3.0

PACKAGES="pastepipe"
SOURCE="src"
Expand Down
18 changes: 18 additions & 0 deletions releases/Pipfile-0.3.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
toml = {version = "*", index = "pypi"}
version-parser = {version = "*", index = "pypi"}
requests = {version = "~=2.31", index = "pypi"}
[dev-packages]
build = {version = "*", index = "pypi"}
ptpython = {version = "*", index = "pypi"}
pytest = {version = "*", index = "pypi"}
pipenv = {version = "*", index = "pypi"}
pip = {version = "*", index = "pypi"}
[requires]
python_version = "3.12"
337 changes: 337 additions & 0 deletions releases/Pipfile.lock-0.3.0

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 049f98b

Please sign in to comment.