Skip to content

Commit a5dc555

Browse files
committed
Post-release version upgrade
1 parent e57ca8e commit a5dc555

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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]

src/pendulum/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from __future__ import annotations
22

33

4-
__version__ = "3.1.0"
4+
__version__ = "3.2.0.dev0"

0 commit comments

Comments
 (0)