Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Jan 22, 2024
1 parent 659ba61 commit 96467b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Publish package to PyPI

on:
pull_request:
push:
tags:
- '*'
Expand Down
2 changes: 1 addition & 1 deletion recommender/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# which is not loaded when running `manage.py` commands (which is used by `make compile_translations`)
# from .recommender import RecommenderXBlock

__version__ = '2.1.1'
__version__ = '2.1.2'

0 comments on commit 96467b6

Please sign in to comment.