MilesCranmer commited on
Commit
9416f10
1 Parent(s): 03e8b8d

Iterate version for better filenames

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. 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.31",
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",