Skip to content

Commit 56f041c

Browse files
committed
chore: bumped version to 1.0.0
1 parent ae203a9 commit 56f041c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ endif()
2424

2525
project(
2626
plfit
27-
VERSION 0.9.6
27+
VERSION 1.0.0
2828
DESCRIPTION "Library to fit power-law distributions to empirical data"
2929
HOMEPAGE_URL "https://github.com/ntamas/plfit"
3030
LANGUAGES C

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[version]
2-
current = "0.9.6"
2+
current = "1.0.0"
33
regex = '''
44
(?P<major>\d+)
55
\.

0 commit comments

Comments
 (0)