File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.6.0-rc.3
2+ current_version = 3.6.0
33commit = False
44tag = False
55allow_dirty = False
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ max-line-length = 120
88
99[sdist_dsc]
1010# Force the version to use `~` before any prerelease identifiers
11- forced-upstream-version = 3.6.0-rc.3
11+ forced-upstream-version = 3.6.0
Original file line number Diff line number Diff line change 66
77setuptools .setup (
88 name = "dsf-python" ,
9- version = "3.6.0-rc.3 " ,
9+ version = "3.6.0" ,
1010 description = "Python interface to access DuetSoftwareFramework" ,
1111 long_description = long_description ,
1212 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 1- __version__ = "3.6.0-rc.3 "
1+ __version__ = "3.6.0"
22
33import json
44import os
You can’t perform that action at this time.
0 commit comments