Skip to content

Commit c63f2ed

Browse files
committed
build: Iterate the version number
1 parent d6cb805 commit c63f2ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ocdscardinal"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
authors = ["Open Contracting Partnership <[email protected]>"]
55
edition = "2021"
66
description = "Measure red flags and procurement indicators using OCDS data."

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.0.5 (Unreleased)
3+
## 0.0.5 (2023-06-14)
44

55
### Added
66

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
copyright = "2002, Open Contracting Partnership"
1616
author = "Open Contracting Partnership"
1717

18-
version = "0.0.4"
18+
version = "0.0.5"
1919
release = version
2020

2121
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)