Skip to content

Commit

Permalink
Merge pull request #9 from robertbetts/develop
Browse files Browse the repository at this point in the history
Improvements to the example code
  • Loading branch information
robertbetts authored Sep 24, 2023
2 parents 6eb2419 + 592d271 commit f0d6cdd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[tool.poetry]
name = "nuropb"
version = "0.1.4"
version = "0.1.5"
description = "NuroPb - A Distributed Event Driven Service Mesh"
authors = ["Robert Betts <[email protected]>"]
readme = "README.md"
license = "Apache-2.0"
homepage = "https://github.com/robertbetts/nuropb"
repository = "https://github.com/robertbetts/nuropb"
keywords = ["python", "asynchrous", "api", "event", "rpc", "distributed", "edd", "ddd", "sevice-mesh"]
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.10",
"Operating System :: OS Independent"
Expand Down

0 comments on commit f0d6cdd

Please sign in to comment.