Skip to content

Commit a7714f5

Browse files
[hagrid] bump version
1 parent a5864c3 commit a7714f5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

packages/hagrid/.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.105
2+
current_version = 0.3.106
33
tag = False
44
tag_name = {new_version}
55
commit = True

packages/hagrid/hagrid/manifest_template.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
manifestVersion: 0.1
2-
hagrid_version: 0.3.105
2+
hagrid_version: 0.3.106
33
syft_version: 0.8.4-beta.14
44
dockerTag: 0.8.4-beta.14
55
baseUrl: https://raw.githubusercontent.com/OpenMined/PySyft/
6-
hash: 3cc4e4a80f433f6dfe2dd1ad1596fc31c11ff6eb
6+
hash: a5864c3584a2a81cf7b18ae3aafd075a9da24b22
77
target_dir: ~/.hagrid/PySyft/
88
files:
99
grid:

packages/hagrid/hagrid/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
# HAGrid Version
3-
__version__ = "0.3.105"
3+
__version__ = "0.3.106"
44

55
if __name__ == "__main__":
66
print(__version__)

packages/hagrid/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import find_packages
66
from setuptools import setup
77

8-
__version__ = "0.3.105"
8+
__version__ = "0.3.106"
99

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

scripts/hagrid_hash

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0971435a180fb97a187e0271e9342863
1+
55fa40104063afa8e52213b1c8d29634

0 commit comments

Comments
 (0)