File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- # NEW VERSION TUTORIAL
2
- # STEP 1 - CREATE TAG WITH NEW VERSION
3
- # STEP 2 - CHANGE VERSION IN THIS FILE
4
- # STEP 3 - PUSH TO GITHUB
5
- # STEP 4 - PUSH TAG TO GITHUB
6
- # STEP 5 - WAIT AND SEE THAT TESTS PASS ON GITHUB AND THAT IT DIDNT FIND ANOTHER REASON TO SKIP PIP
1
+ # NEW VERSION TUTORIAL FOR MYSELF
2
+ # STEP 1 - COMMIT NEW CHANGES BUT DON'T PUSH THEM YET
3
+ # STEP 2 - BUMP VERSION AND COMMIT IT
4
+ # STEP 3 - CREATE TAG WITH THAT VERSION
5
+ # STEP 4 - PUSH CHANGES
6
+ # STEP 5 - PUSH TAG
7
7
8
8
[build-system ]
9
9
requires = [" setuptools >= 61.0" ]
@@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta"
13
13
name = " torchzero"
14
14
description = " Modular optimization library for PyTorch."
15
15
16
- version = " 0.3.3 "
16
+ version = " 0.3.4 "
17
17
dependencies = [
18
18
" torch" ,
19
19
" numpy" ,
You can’t perform that action at this time.
0 commit comments