Skip to content

Commit

Permalink
update version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kervias committed Dec 18, 2023
1 parent 68dc147 commit eea15ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'EduStudio'
copyright = '2023, HFUT-LEC'
author = 'HFUT-LEC'
release = 'v1.0.0-beta4'
release = 'v1.0.0'

import sphinx_rtd_theme
import os
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. EduStudio documentation master file.
.. title:: EduStudio v1.0.0-beta4
.. title:: EduStudio v1.0.0
.. image:: assets/logo.png

=========================================================
Expand Down
2 changes: 1 addition & 1 deletion edustudio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from __future__ import print_function
from __future__ import division

__version__ = 'v1.0.0-beta4'
__version__ = 'v1.0.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

setup(
name="edustudio",
version="v1.0.0-beta4",
version="v1.0.0",
description="a Unified and Templatized Framework for Student Assessment Models",
long_description=long_description,
python_requires='>=3.8',
Expand Down

0 comments on commit eea15ba

Please sign in to comment.