Skip to content

Commit

Permalink
v0.2.0dev16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau committed Jan 12, 2022
1 parent ff3353a commit 1e97950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "saturn-engine"
version = "0.2.0dev15" # Also in setup.py
version = "0.2.0dev16" # Also in setup.py
description = ""
readme = "README.md"
authors = ["Flare Systems <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="saturn_engine",
version="0.2.0dev15", # Also in `pyproject.toml`
version="0.2.0dev16", # Also in `pyproject.toml`
packages=["saturn_engine"],
package_dir={"":"src"},
install_requires=[],
Expand Down

0 comments on commit 1e97950

Please sign in to comment.