Skip to content

Commit a0a5317

Browse files
committed
⬆️ Bump dev version
1 parent 23a635e commit a0a5317

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
from setuptools import find_packages, setup
7070

7171

72-
__version__ = "0.16.0" # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
72+
__version__ = "0.17.0.dev0" # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
7373

7474
REQUIRED_PKGS = [
7575
"accelerate>=0.34.0",

trl/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.16.0"
15+
__version__ = "0.17.0.dev0"
1616

1717
from typing import TYPE_CHECKING
1818

0 commit comments

Comments
 (0)