Skip to content

Commit 71fd542

Browse files
committed
change version code
1 parent b214f1d commit 71fd542

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

pyerm/webUI/analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
# Version: 0.3.5
23+
# Version: 0.3.6
2424

2525
import pandas as pd
2626
import streamlit as st

pyerm/webUI/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
# Version: 0.3.5
23+
# Version: 0.3.6
2424

2525
import streamlit as st
2626
import os

pyerm/webUI/home.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
# Version: 0.3.5
23+
# Version: 0.3.6
2424

2525
import streamlit as st
2626
import os

pyerm/webUI/record.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
# Version: 0.3.5
23+
# Version: 0.3.6
2424

2525
import pandas as pd
2626
import streamlit as st

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
# Version: 0.3.5
23+
# Version: 0.3.6
2424
from setuptools import setup, find_packages
2525

2626
with open("README.md", "r", encoding="utf-8") as f:
2727
long_description = f.read()
2828

2929
setup(
3030
name='pyerm',
31-
version='0.3.5',
31+
version='0.3.6',
3232
author='Yuxuan Shao',
3333
author_email='yx_shao@qq.com',
3434
description='This project is an local experiment record manager for python based on SQLite DMS, suitable for recording experiment and analysing experiment data with a web UI, which can help you efficiently save your experiment settings and results for later analysis.',

0 commit comments

Comments
 (0)