Skip to content

Commit

Permalink
Merge pull request #240 from neutrinoceros/bump_dev_version
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Oct 11, 2023
2 parents cbab805 + 5792adc commit a99296e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Expand Up @@ -79,9 +79,9 @@
# built documents.
#
# The short X.Y version.
version = "1.1"
version = "1.2"
# The full version, including alpha/beta/rc tags.
release = "1.1.3"
release = "1.2.dev2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -7,7 +7,7 @@ requires = [

[project]
name = "yt_astro_analysis"
version = "1.1.3"
version = "1.2.dev2"
description = "yt astrophysical analysis modules extension"
authors = [
{ name = "The yt project", email = "yt-dev@python.org" },
Expand All @@ -27,6 +27,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: Astronomy",
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Scientific/Engineering :: Visualization",
Expand Down
2 changes: 1 addition & 1 deletion yt_astro_analysis/__init__.py
Expand Up @@ -13,7 +13,7 @@
# The full license is in the file COPYING.txt, distributed with this software.
# -----------------------------------------------------------------------------

__version__ = "1.1.3"
__version__ = "1.2.dev2"

from yt_astro_analysis import (
cosmological_observation,
Expand Down

0 comments on commit a99296e

Please sign in to comment.