Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tasn committed Dec 9, 2020
1 parent 69b71cc commit ef00fce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "etebase-python"
description = "Python bindings to etebase-rs"
homepage = "https://www.etebase.com"
repository = "https://github.com/etesync/etesync-rs/tree/etebase/python/"
version = "0.31.1"
version = "0.31.2"
authors = ["Tom Hacohen <[email protected]>"]
edition = "2018"
license = "BSD-3-Clause"
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="etebase",
version="0.31.1",
version="0.31.2",
rust_extensions=[RustExtension("etebase.etebase_python", binding=Binding.RustCPython)],
packages=["etebase"],
author='Tom Hacohen',
Expand Down

0 comments on commit ef00fce

Please sign in to comment.