We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae203a9 commit 56f041cCopy full SHA for 56f041c
2 files changed
CMakeLists.txt
@@ -24,7 +24,7 @@ endif()
24
25
project(
26
plfit
27
- VERSION 0.9.6
+ VERSION 1.0.0
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 = "0.9.6"
+current = "1.0.0"
3
regex = '''
4
(?P<major>\d+)
5
\.
0 commit comments