Skip to content

Commit f8a7d6c

Browse files
committed
chore: bumped version to 0.9.4
1 parent 26498e6 commit f8a7d6c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.3
17+
VERSION 0.9.4
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.3"
2+
current = "0.9.4"
33
regex = '''
44
(?P<major>\d+)
55
\.

0 commit comments

Comments
 (0)