Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaldas committed Nov 9, 2022
1 parent 005baa9 commit 5413a41
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [unreleased]

## [0.11.0] - 2022-11-09

### Added

- Type annotation for the rust part of the codebase.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = 'Kushal Das'

# The short X.Y version
version = '0.10.0'
version = '0.11.0'
# The full version, including alpha/beta/rc tags
release = '0.10.0'
release = '0.11.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel", "setuptools-rust"]

[project]
name = "johnnycanencrypt"
version = "0.10.0"
version = "0.11.0"
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="johnnycanencrypt",
version="0.10.0",
version="0.11.0",
rust_extensions=[
RustExtension("johnnycanencrypt.johnnycanencrypt", binding=Binding.PyO3)
],
Expand Down

0 comments on commit 5413a41

Please sign in to comment.