File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.3.113
2
+ current_version = 0.3.114
3
3
tag = False
4
4
tag_name = {new_version}
5
5
commit = True
Original file line number Diff line number Diff line change 1
1
manifestVersion : 0.1
2
- hagrid_version : 0.3.113
2
+ hagrid_version : 0.3.114
3
3
syft_version : 0.8.7-beta.0
4
4
dockerTag : 0.8.7-beta.0
5
5
baseUrl : https://raw.githubusercontent.com/OpenMined/PySyft/
6
- hash : c51169a89a83506dd401442a3900c4cea5330af6
6
+ hash : a3fbcd19f7c9613ce3c4aab0f3ac0fb8b65cb791
7
7
target_dir : ~/.hagrid/PySyft/
8
8
files :
9
9
grid :
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
2
# HAGrid Version
3
- __version__ = "0.3.113 "
3
+ __version__ = "0.3.114 "
4
4
5
5
if __name__ == "__main__" :
6
6
print (__version__ )
Original file line number Diff line number Diff line change 5
5
from setuptools import find_packages
6
6
from setuptools import setup
7
7
8
- __version__ = "0.3.113 "
8
+ __version__ = "0.3.114 "
9
9
10
10
DATA_FILES = {"img" : ["hagrid/img/*.png" ], "hagrid" : ["*.yml" ]}
11
11
Original file line number Diff line number Diff line change 1
- febc97823e0be29d1f34c4db3f1f3023
1
+ 118a684a37c514b125ad9b67327bf999
You can’t perform that action at this time.
0 commit comments