Skip to content

Commit 91d0c1e

Browse files
authored
Post-release version upgrade (#896)
1 parent fa1a4f2 commit 91d0c1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pendulum"
3-
version = "3.1.0"
3+
version = "3.2.0.dev0"
44
description = "Python datetimes made easy"
55
readme = "README.rst"
66
requires-python = ">=3.9"

rust/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "_pendulum"
3-
version = "3.1.0"
3+
version = "3.2.0-dev0"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)