Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg committed Mar 20, 2022
1 parent 4991ba2 commit d22daa0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.15)

project(pylibmagic VERSION 0.0.1 DESCRIPTION "Library for compiling libmagic using CMake.")
project(pylibmagic VERSION 0.0.2 DESCRIPTION "Library for compiling libmagic using CMake.")

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_MACOSX_RPATH 1)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pylibmagic v0.0.1
# pylibmagic v0.0.2

Hopefully a python package that ships the libmagic binaries using CMake, scikit-build, and cibuildwheel.

Expand Down
4 changes: 2 additions & 2 deletions tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/kratsg/pylibmagic/"

[version]
current = "0.0.1"
current = "0.0.2"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand All @@ -19,7 +19,7 @@ regex = '''

[git]
# The current version will get updated when tbump is run
message_template = "Bump version: 0.0.1 → {new_version}"
message_template = "Bump version: 0.0.2 → {new_version}"
tag_template = "v{new_version}"

# For each file to patch, add a [[file]] config
Expand Down

0 comments on commit d22daa0

Please sign in to comment.