Skip to content

Commit

Permalink
starting 0.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
apostolosfilippas committed May 14, 2024
1 parent 590fe52 commit fa8eb06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
rev: v4.5.0
hooks:
- id: check-added-large-files
args: ['--maxkb=2048']
args: ['--maxkb=4096']
- id: check-merge-conflict
- id: check-symlinks
- id: check-toml
Expand Down
2 changes: 1 addition & 1 deletion edsl/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.22"
__version__ = "0.1.23"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["LLM", "social science", "surveys", "user research"]
license = "MIT"
name = "edsl"
readme = "README.md"
version = "0.1.22"
version = "0.1.23"

[tool.poetry.dependencies]
python = ">=3.9.1,<3.12"
Expand Down
1 change: 1 addition & 0 deletions tests/serialization/data/0.1.23.json

Large diffs are not rendered by default.

0 comments on commit fa8eb06

Please sign in to comment.