chopratejas commited on
Commit
4a263c2
·
1 Parent(s): 751fb9e

Bump version to 0.3.6

Browse files
Files changed (2) hide show
  1. headroom/__init__.py +1 -1
  2. pyproject.toml +1 -1
headroom/__init__.py CHANGED
@@ -142,7 +142,7 @@ from .transforms import (
142
  TransformPipeline,
143
  )
144
 
145
- __version__ = "0.3.5"
146
 
147
  __all__ = [
148
  # Main client
 
142
  TransformPipeline,
143
  )
144
 
145
+ __version__ = "0.3.6"
146
 
147
  __all__ = [
148
  # Main client
pyproject.toml CHANGED
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
 
5
  [project]
6
  name = "headroom-ai"
7
- version = "0.3.5"
8
  description = "The Context Optimization Layer for LLM Applications - Cut costs by 50-90%"
9
  readme = "README.md"
10
  license = "Apache-2.0"
 
4
 
5
  [project]
6
  name = "headroom-ai"
7
+ version = "0.3.6"
8
  description = "The Context Optimization Layer for LLM Applications - Cut costs by 50-90%"
9
  readme = "README.md"
10
  license = "Apache-2.0"