Skip to content

Commit a24a4ee

Browse files
committed
fix: setup package name
1 parent 14458c2 commit a24a4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlabrc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
VERSION = (1, 0, 1)
3+
VERSION = (1, 0, 0)
44

55
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)