Skip to content

Commit

Permalink
chore: bumped version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Dec 20, 2021
1 parent e75e9ea commit cc6dd87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/etc/cmake)

project(
plfit
VERSION 0.9.1
VERSION 0.9.2
DESCRIPTION "Library to fit power-law distributions to empirical data"
HOMEPAGE_URL "https://github.com/ntamas/plfit"
LANGUAGES C
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[version]
current = "0.9.1"
current = "0.9.2"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit cc6dd87

Please sign in to comment.