Skip to content

Commit

Permalink
chore: bumped the version to 1.0.0 and build using latest python version
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBhatti committed Sep 30, 2024
1 parent a454513 commit b90be90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v3
with:
python-version: 3.11
python-version: 3.12

- name: Install pip
run: pip install -r requirements/pip.txt
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def is_requirement(line):

setup(
name='concept-xblock',
version='0.3.2',
version='1.0.0',
description='concept XBlock', # TODO: write a better description.
long_description=open('README.md', encoding='utf-8').read(), # pylint: disable=consider-using-with
long_description_content_type='text/markdown',
Expand Down

0 comments on commit b90be90

Please sign in to comment.