Skip to content

Commit 06a3b75

Browse files
Auto stash before checking out "agustin-recoba/main"
1 parent 566c432 commit 06a3b75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
# The short X.Y version.
8080
#
8181
# This should match the version in pyproject.toml
82-
version = "1.0.7"
82+
version = "1.1.0"
8383
# The full version, including alpha/beta/rc tags.
84-
release = "1.0.7.dev"
84+
release = "1.1.0"
8585

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

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "PyDistSim"
10-
version = "1.0.7.dev" # Should match version at pydistsim/docs/conf.py
10+
version = "1.1.0" # Should match version at pydistsim/docs/conf.py
1111
authors = [
1212
{ name="Agustin Recoba", email="[email protected]" }, # Fork author
1313
{ name="Damir Arbula", email="[email protected]" }, # Original author

0 commit comments

Comments
 (0)