5dc66494ea
BREAKING CHANGE: remove the following `prototorch/functions/*` `prototorch/components/*` `prototorch/modules/*` BREAKING CHANGE: move `initializers` into the `prototorch.initializers` namespace from the `prototorch.components` namespace BREAKING CHANGE: `functions` and `modules` and moved into `core` and `nn`
14 lines
322 B
INI
14 lines
322 B
INI
[bumpversion]
|
|
current_version = 0.5.1
|
|
commit = True
|
|
tag = True
|
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
|
|
serialize = {major}.{minor}.{patch}
|
|
message = bump: {current_version} → {new_version}
|
|
|
|
[bumpversion:file:setup.py]
|
|
|
|
[bumpversion:file:./prototorch/__init__.py]
|
|
|
|
[bumpversion:file:./docs/source/conf.py]
|