Skip to content

Commit

Permalink
bump to version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcathedrals committed Feb 24, 2024
1 parent 384168c commit f0d5d99
Show file tree
Hide file tree
Showing 3 changed files with 15 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.1"

license = { file = "LICENSE" }

Expand Down
2 changes: 1 addition & 1 deletion python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ PYTHON_VERSION="3.10:latest"

VIRTUAL_PREFIX="pastepipe"

VERSION=0.2.0
VERSION=0.3.1

EDITOR=nano
13 changes: 13 additions & 0 deletions releases/Pipfile-0.3.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
requests = "*"

[dev-packages]
build = "*"

[requires]
python_version = "3.10"

0 comments on commit f0d5d99

Please sign in to comment.