Skip to content

Commit

Permalink
[hagrid] bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred-openmined-bot committed Apr 13, 2024
1 parent a697b8f commit a60bea8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/hagrid/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.115
current_version = 0.3.116
tag = False
tag_name = {new_version}
commit = True
Expand Down
6 changes: 3 additions & 3 deletions packages/hagrid/hagrid/manifest_template.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
manifestVersion: 0.1
hagrid_version: 0.3.115
hagrid_version: 0.3.116
syft_version: 0.8.7-beta.1
dockerTag: 0.8.7-beta.1
baseUrl: https://raw.githubusercontent.com/OpenMined/PySyft/
hash: a2f8839726edd94a5759407d63c900e77bb3b466
hash: a697b8f03ab734732949da611a30266c6c8deafa
target_dir: ~/.hagrid/PySyft/
files:
grid:
path: packages/grid/
common:
- default.env
- default.env
docker:
- default.env
- docker-compose.build.yml
Expand Down
2 changes: 1 addition & 1 deletion packages/hagrid/hagrid/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# HAGrid Version
__version__ = "0.3.115"
__version__ = "0.3.116"

if __name__ == "__main__":
print(__version__)
2 changes: 1 addition & 1 deletion packages/hagrid/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import find_packages
from setuptools import setup

__version__ = "0.3.115"
__version__ = "0.3.116"

DATA_FILES = {"img": ["hagrid/img/*.png"], "hagrid": ["*.yml"]}

Expand Down
2 changes: 1 addition & 1 deletion scripts/hagrid_hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b5899a371c339fe23cc841f44c1a8f20
8e445755cca80367b0c478a561d8c434

0 comments on commit a60bea8

Please sign in to comment.