Skip to content

Commit ce9d4fb

Browse files
committed
Bump version: 1.0.4-dev0 → 1.0.4
1 parent 5e94fa5 commit ce9d4fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

direct/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (c) DIRECT Contributors
33

44
__author__ = """direct contributors"""
5-
__version__ = "1.0.4-dev0"
5+
__version__ = "1.0.4"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.4-dev0
2+
current_version = 1.0.4
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

0 commit comments

Comments
 (0)