Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
9416f10
1
Parent(s):
03e8b8d
Iterate version for better filenames
Browse files- .gitignore +1 -0
- setup.py +1 -1
.gitignore
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
.dataset*.jl
|
2 |
.hyperparams*.jl
|
3 |
*.csv
|
|
|
4 |
performance*txt
|
5 |
*.out
|
6 |
trials*
|
|
|
1 |
.dataset*.jl
|
2 |
.hyperparams*.jl
|
3 |
*.csv
|
4 |
+
*.bkup
|
5 |
performance*txt
|
6 |
*.out
|
7 |
trials*
|
setup.py
CHANGED
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
|
5 |
|
6 |
setuptools.setup(
|
7 |
name="pysr", # Replace with your own username
|
8 |
-
version="0.3.
|
9 |
author="Miles Cranmer",
|
10 |
author_email="miles.cranmer@gmail.com",
|
11 |
description="Simple and efficient symbolic regression",
|
|
|
5 |
|
6 |
setuptools.setup(
|
7 |
name="pysr", # Replace with your own username
|
8 |
+
version="0.3.32",
|
9 |
author="Miles Cranmer",
|
10 |
author_email="miles.cranmer@gmail.com",
|
11 |
description="Simple and efficient symbolic regression",
|