We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26498e6 commit f8a7d6cCopy full SHA for f8a7d6c
2 files changed
CMakeLists.txt
@@ -14,7 +14,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/etc/cmake)
14
15
project(
16
plfit
17
- VERSION 0.9.3
+ VERSION 0.9.4
18
DESCRIPTION "Library to fit power-law distributions to empirical data"
19
HOMEPAGE_URL "https://github.com/ntamas/plfit"
20
LANGUAGES C
tbump.toml
@@ -1,5 +1,5 @@
1
[version]
2
-current = "0.9.3"
+current = "0.9.4"
3
regex = '''
4
(?P<major>\d+)
5
\.
0 commit comments