1 parent 43b3150 commit 6fec076Copy full SHA for 6fec076
2 files changed
CMakeLists.txt
@@ -24,7 +24,7 @@ endif()
24
25
project(
26
plfit
27
- VERSION 1.0.0
+ VERSION 1.0.1
28
DESCRIPTION "Library to fit power-law distributions to empirical data"
29
HOMEPAGE_URL "https://github.com/ntamas/plfit"
30
LANGUAGES C
tbump.toml
@@ -1,5 +1,5 @@
1
[version]
2
-current = "1.0.0"
+current = "1.0.1"
3
regex = '''
4
(?P<major>\d+)
5
\.
0 commit comments