Skip to content

Commit

Permalink
prepare for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Oct 4, 2024
1 parent 5d03325 commit 3163497
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ No change is breaking unless explicitly stated.
## 0.4.0 (unreleased)

* Add support for Python 3.12
* Drom support for Python 3.7 and 3.8
* Drop support for Python 3.7 and 3.8

## 0.3.1 (2023/04/26)

Expand Down
2 changes: 1 addition & 1 deletion clj/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: UTF-8 -*-

__version__ = "0.3.1"
__version__ = "0.4.0"

from clj.seqs import (
butlast, concat, cons, count, cycle, dedupe, distinct, dorun, drop, drop_last, drop_while, empty, every, ffirst,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "clj"
version = "0.3.1"
version = "0.4.0"
description = "Utilities for lazy iterables"
authors = ["Baptiste Fontaine <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 3163497

Please sign in to comment.