File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.1.dev0
2+ current_version = 0.0.1
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?
@@ -57,3 +57,4 @@ ignore-docstrings = yes
5757ignore-imports = yes
5858max-args = 9
5959good-names = df
60+
Original file line number Diff line number Diff line change 9999 test_suite = 'tests' ,
100100 tests_require = tests_require ,
101101 url = 'https://github.com/signals-dev/SigPro' ,
102- version = '0.0.1.dev0 ' ,
102+ version = '0.0.1' ,
103103 zip_safe = False ,
104104)
Original file line number Diff line number Diff line change 44
55__author__ = """MIT Data To AI Lab"""
667- __version__ = '0.0.1.dev0 '
7+ __version__ = '0.0.1'
88
99import os
1010
You can’t perform that action at this time.
0 commit comments