File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.0.1
2+ current_version = 1.0.2-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}
99
1010[bumpversion:part:release]
1111optional_value = prod
1212first_value = dev
13- values =
13+ values =
1414 dev
1515 prod
1616
@@ -32,5 +32,5 @@ test = pytest
3232
3333[tool:pytest]
3434collect_ignore = [' setup.py' ]
35- addopts =
35+ addopts =
3636 --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.1 " ,
64+ version = "1.0.2-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.1 "
5+ __version__ = "1.0.2-dev0 "
66
77from . import models , ssl_models
88from .categorical_encoders import CategoricalEmbeddingTransformer
You can’t perform that action at this time.
0 commit comments