We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7dffc1 commit 651adf2Copy full SHA for 651adf2
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.5
+ VERSION 0.9.6
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.5"
+current = "0.9.6"
3
regex = '''
4
(?P<major>\d+)
5
\.
0 commit comments