Skip to content

Commit

Permalink
ci: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhou committed Apr 9, 2024
1 parent 1230283 commit 830df81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/Home.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"""

# %%
__ver__ = 'v2.2.0'

import pandas as pd
import streamlit as st
import numpy as np
Expand Down Expand Up @@ -529,7 +531,7 @@ def app():
data_selector()

st.markdown('---')
st.markdown('#### Han Hou @ 2024 v2.0.0')
st.markdown(f'#### Han Hou @ 2024 {__ver__}')
st.markdown('[bug report / feature request](https://github.com/AllenNeuralDynamics/foraging-behavior-browser/issues)')

with st.expander('Debug', expanded=False):
Expand Down

0 comments on commit 830df81

Please sign in to comment.