Skip to content

Commit cc6dd87

Browse files
committed
chore: bumped version to 0.9.2
1 parent e75e9ea commit cc6dd87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/etc/cmake)
1414

1515
project(
1616
plfit
17-
VERSION 0.9.1
17+
VERSION 0.9.2
1818
DESCRIPTION "Library to fit power-law distributions to empirical data"
1919
HOMEPAGE_URL "https://github.com/ntamas/plfit"
2020
LANGUAGES C

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[version]
2-
current = "0.9.1"
2+
current = "0.9.2"
33
regex = '''
44
(?P<major>\d+)
55
\.

0 commit comments

Comments
 (0)