Skip to content

Commit bc2e0d0

Browse files
committed
Bump version: 0.0.1.dev0 → 0.0.1
1 parent 53d3aaf commit bc2e0d0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.1.dev0
2+
current_version = 0.0.1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?
@@ -57,3 +57,4 @@ ignore-docstrings = yes
5757
ignore-imports = yes
5858
max-args = 9
5959
good-names = df
60+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@
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
)

sigpro/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = """MIT Data To AI Lab"""
66
__email__ = '[email protected]'
7-
__version__ = '0.0.1.dev0'
7+
__version__ = '0.0.1'
88

99
import os
1010

0 commit comments

Comments
 (0)