Skip to content

Commit

Permalink
Update setup to include CATS models (#324)
Browse files Browse the repository at this point in the history
* Update setup to include CATS models

* Bump version
  • Loading branch information
JulienPeloton authored Jul 11, 2023
1 parent dea0145 commit b79ea9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fink_science/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "4.3.0"
__version__ = "4.3.1"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
'data/models/snn_models/*/*.pt',
'data/models/snn_models/*/*.json',
'data/models/snn_models/*/*.txt',
'data/models/cats_models/model_cut_meta/*.pb',
'data/models/cats_models/model_cut_meta/variables/variables*',
'data/models/cats_models/model_meta_0/*.pb',
'data/models/cats_models/model_meta_0/variables/variables*',
'data/models/t2/*/*.pb',
'data/models/t2/*/*/variables*',
'data/models/anomaly_detection/*.csv',
Expand Down

0 comments on commit b79ea9c

Please sign in to comment.