Skip to content

Commit

Permalink
bump version 0.3.2 -> 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zjl committed Oct 8, 2023
1 parent 19baee1 commit 4e33a17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Friendly Id

> version 0.3.2
> version 0.3.3
[![test friendly-id](https://github.com/edwardzjl/friendly-id/actions/workflows/test.yml/badge.svg)](https://github.com/edwardzjl/friendly-id/actions/workflows/test.yml)

Expand Down
2 changes: 1 addition & 1 deletion friendly_id/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from friendly_id.friendly_id import friendly_id
from friendly_id.friendly_id import encode, decode

__version__ = "0.3.2"
__version__ = "0.3.3"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "friendly-id"
version = "0.3.2"
version = "0.3.3"
description = "friendly-id is a Python library to generate really unique and url friendly IDs based on UUID and base62"
readme = "README.md"
authors = [{ name = "Junlin Zhou", email = "jameszhou2108@hotmail.com" }]
Expand All @@ -28,7 +28,7 @@ requires-python = ">=3.5"
repository = "https://github.com/edwardzjl/friendly-id"

[tool.bumpver]
current_version = "0.3.2"
current_version = "0.3.3"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 4e33a17

Please sign in to comment.