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 Oct 3, 2023
1 parent 79a5ec4 commit 4a1ec69
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.73
current_version = 0.3.74
tag = False
tag_name = {new_version}
commit = True
Expand Down
4 changes: 2 additions & 2 deletions packages/hagrid/hagrid/manifest_template.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
manifestVersion: 0.1
hagrid_version: 0.3.73
hagrid_version: 0.3.74
syft_version: 0.8.2-beta.33
dockerTag: 0.8.2-beta.33
baseUrl: https://raw.githubusercontent.com/OpenMined/PySyft/
hash: c0d300071018dbcf13f7c9fb5a2aae0e1e2513fe
hash: 79a5ec4fa80e66737de085d714f7c1d6d6893f97
target_dir: ~/.hagrid/PySyft/
files:
grid:
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.73"
__version__ = "0.3.74"

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.73"
__version__ = "0.3.74"

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 @@
01540763af422a51e1521994f8c2c5b6
0ab0b71621058fbe28ae8a39589d2df4

0 comments on commit 4a1ec69

Please sign in to comment.