File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.0.0
2+ current_version = 1.0.1-dev0
33commit = True
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
6- serialize =
6+ serialize =
77 {major}.{minor}.{patch}-{release}{build}
88 {major}.{minor}.{patch}
99message = [skip actions] Bump version: {current_version} → {new_version}
10+
1011[bumpversion:part:release]
1112optional_value = prod
1213first_value = dev
13- values =
14+ values =
1415 dev
1516 prod
1617
@@ -38,5 +39,5 @@ test = pytest
3839
3940[tool:pytest]
4041collect_ignore = [' setup.py' ]
41- addopts =
42+ addopts =
4243 --color =yes
Original file line number Diff line number Diff line change @@ -61,6 +61,6 @@ def read_requirements(thelibFolder, filename):
6161 test_suite = "tests" ,
6262 tests_require = test_requirements ,
6363 url = "https://github.com/manujosephv/pytorch_tabular" ,
64- version = "1.0.0 " ,
64+ version = "1.0.1-dev0 " ,
6565 zip_safe = False ,
6666)
Original file line number Diff line number Diff line change 22
33__author__ = """Manu Joseph"""
44__email__ = "manujosephv@gmail.com"
5- __version__ = "1.0.0 "
5+ __version__ = "1.0.1-dev0 "
66
77from . import models , ssl_models
88from .categorical_encoders import CategoricalEmbeddingTransformer
You can’t perform that action at this time.
0 commit comments