Skip to content

Commit a99296e

Browse files
Merge pull request #240 from neutrinoceros/bump_dev_version
2 parents cbab805 + 5792adc commit a99296e

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
# built documents.
8080
#
8181
# The short X.Y version.
82-
version = "1.1"
82+
version = "1.2"
8383
# The full version, including alpha/beta/rc tags.
84-
release = "1.1.3"
84+
release = "1.2.dev2"
8585

8686
# The language for content autogenerated by Sphinx. Refer to documentation
8787
# for a list of supported languages.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires = [
77

88
[project]
99
name = "yt_astro_analysis"
10-
version = "1.1.3"
10+
version = "1.2.dev2"
1111
description = "yt astrophysical analysis modules extension"
1212
authors = [
1313
{ name = "The yt project", email = "yt-dev@python.org" },
@@ -27,6 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.9",
2828
"Programming Language :: Python :: 3.10",
2929
"Programming Language :: Python :: 3.11",
30+
"Programming Language :: Python :: 3.12",
3031
"Topic :: Scientific/Engineering :: Astronomy",
3132
"Topic :: Scientific/Engineering :: Physics",
3233
"Topic :: Scientific/Engineering :: Visualization",

yt_astro_analysis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# The full license is in the file COPYING.txt, distributed with this software.
1414
# -----------------------------------------------------------------------------
1515

16-
__version__ = "1.1.3"
16+
__version__ = "1.2.dev2"
1717

1818
from yt_astro_analysis import (
1919
cosmological_observation,

0 commit comments

Comments
 (0)