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