Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
markfairbanks committed Nov 2, 2024
1 parent 4e96492 commit 5856295
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## v0.3.3 (in development)

## v0.3.2

#### New tibble methods
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
[tool.poetry]
name = "tidypolars"
version = "0.3.2"
version = "0.3.3"
description = "Tidy interface to polars"
authors = ["Mark Fairbanks"]
license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
numpy = ">=1.16.0"
python = ">=3.10,<=3.12"
polars = ">=1.0.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 5856295

Please sign in to comment.