Skip to content

Commit

Permalink
version bump js v0.0.19; python v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
haseebrabbani committed Oct 9, 2021
1 parent 584e550 commit 0015a48
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forta-agent",
"version": "0.0.18",
"version": "0.0.19",
"license": "MIT",
"description": "Forta Agent SDK and CLI tool",
"homepage": "https://forta.org/",
Expand Down
2 changes: 1 addition & 1 deletion python-sdk/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = forta_agent
version = 0.0.5
version = 0.0.6
description = Forta Agent Python SDK
url = https://forta.org/
project_urls =
Expand Down
2 changes: 1 addition & 1 deletion starter-project/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"bignumber.js": "^9.0.1",
"forta-agent": "^0.0.18"
"forta-agent": "^0.0.19"
},
"devDependencies": {
"jest": "^27.0.6",
Expand Down
2 changes: 1 addition & 1 deletion starter-project/py/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "python3 -m pytest"
},
"dependencies": {
"forta-agent": "^0.0.18"
"forta-agent": "^0.0.19"
},
"devDependencies": {
"nodemon": "^2.0.8"
Expand Down
2 changes: 1 addition & 1 deletion starter-project/py/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
forta_agent>=0.0.5
forta_agent>=0.0.6
2 changes: 1 addition & 1 deletion starter-project/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"bignumber.js": "^9.0.1",
"forta-agent": "^0.0.18"
"forta-agent": "^0.0.19"
},
"devDependencies": {
"@types/jest": "^27.0.1",
Expand Down

0 comments on commit 0015a48

Please sign in to comment.