Skip to content

Commit

Permalink
Version 5.0.0-beta.2 - Going live
Browse files Browse the repository at this point in the history
- Migrated from internal repo
  • Loading branch information
CCP-Zeulix committed Apr 15, 2024
1 parent cba0937 commit 20ea468
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
verbose: true
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ venv*/
/proto/
/build/
/tests/res/build/
-/tests/res/build/empty.txt
!/tests/res/build/empty.txt
2 changes: 1 addition & 1 deletion protoplasm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '5.0.0-beta.1'
__version__ = '5.0.0-beta.2'

__author__ = 'Thordur Matthiasson <[email protected]>'
__license__ = 'MIT License'
Expand Down
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ classifiers = [
"Topic :: Utilities"
]

dependencies = [
"ccptools >= 1.1, <2",
"protobuf >=4.25.3, <5",
"grpcio >=1.62.1, <2",
"grpcio-tools >=1.62.1, <2",
"googleapis-common-protos >=1.63.0, <2"
]

[project.urls]
Homepage = "https://github.com/ccpgames/protoplasm"
Documentation = "https://github.com/ccpgames/protoplasm/blob/main/README.md"
Expand Down

0 comments on commit 20ea468

Please sign in to comment.