Skip to content

Commit 1f1be31

Browse files
committed
Bump version: 0.9.0 → 0.9.1
1 parent 6c651bb commit 1f1be31

File tree

8 files changed

+10
-8
lines changed

8 files changed

+10
-8
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.0
2+
current_version = 0.9.1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## 0.9.1 - in development
6+
7+
## [0.9.1] - 2023-02-17
78

89
### Added
910

@@ -278,3 +279,4 @@ the corresponding methods in Python and WASM bindings. ([#84])
278279
[0.8.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.8.0
279280
[0.8.1]: https://github.com/nucypher/rust-umbral/releases/tag/v0.8.1
280281
[0.9.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.9.0
282+
[0.9.1]: https://github.com/nucypher/rust-umbral/releases/tag/v0.9.1

umbral-pre-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "umbral-pre-python"
33
authors = ["Bogdan Opanchuk <[email protected]>"]
4-
version = "0.9.0"
4+
version = "0.9.1"
55
edition = "2021"
66

77
[lib]

umbral-pre-python/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Bogdan Opanchuk'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.9.0'
25+
release = '0.9.1'
2626

2727

2828
# -- General configuration ---------------------------------------------------

umbral-pre-python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
description="Implementation of Umbral proxy reencryption algorithm",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",
13-
version="0.9.0",
13+
version="0.9.1",
1414
author="Bogdan Opanchuk",
1515
author_email="[email protected]",
1616
url="https://github.com/nucypher/rust-umbral/tree/master/umbral-pre-python",

umbral-pre-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "umbral-pre-wasm"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Bogdan Opanchuk <[email protected]>"]
55
edition = "2021"
66
license = "GPL-3.0-only"

umbral-pre-wasm/package.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Bogdan Opanchuk <[email protected]>"
55
],
66
"description": "Implementation of Umbral proxy reencryption algorithm",
7-
"version": "0.9.0",
7+
"version": "0.9.1",
88
"license": "GPL-3.0-only",
99
"repository": {
1010
"type": "git",

umbral-pre/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "umbral-pre"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Bogdan Opanchuk <[email protected]>"]
55
edition = "2021"
66
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)