Skip to content

Commit 1df43c3

Browse files
committed
bump
1 parent 225f913 commit 1df43c3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "2.3.0" %}
1+
{% set version = "2.3.1" %}
22

33
package:
44
name: codecarbon

codecarbon/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3.0"
1+
__version__ = "2.3.1"

docs/edit/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "BCG GAMMA, Comet.ml, Haverford College, MILA, Data For Good"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "2.3.0"
26+
release = "2.3.1"
2727

2828

2929
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setuptools.setup(
2222
name="codecarbon",
23-
version="2.3.0",
23+
version="2.3.1",
2424
author="Mila, DataForGood, BCG GAMMA, Comet.ml, Haverford College",
2525
long_description=long_description,
2626
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)