Skip to content

Commit f4190e3

Browse files
committed
bump
1 parent da70a78 commit f4190e3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
77

88
[build-system]
99
requires = ["setuptools >= 61.0"]
@@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta"
1313
name = "torchzero"
1414
description = "Modular optimization library for PyTorch."
1515

16-
version = "0.3.3"
16+
version = "0.3.4"
1717
dependencies = [
1818
"torch",
1919
"numpy",

0 commit comments

Comments
 (0)