Skip to content

Commit 0a2a9ad

Browse files
committed
Bump version: 0.5.0-dev0 → 0.5.0
1 parent 07ace2c commit 0a2a9ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pytorch_tabular/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Manu Joseph"""
44
__email__ = "manujosephv@gmail.com"
5-
__version__ = "0.5.0-dev0"
5+
__version__ = "0.5.0"
66

77
from . import models
88
from .tabular_datamodule import TabularDatamodule

setup.cfg

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ def read_requirements(thelibFolder, filename):
5858
test_suite="tests",
5959
tests_require=test_requirements,
6060
url="https://github.com/manujosephv/pytorch_tabular",
61-
version="0.5.0-dev0",
61+
version="0.5.0",
6262
zip_safe=False,
6363
)

0 commit comments

Comments
 (0)