Skip to content

Commit

Permalink
Update version data
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnabergoj committed Aug 20, 2024
1 parent 38ef7c8 commit f2b1d04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
author = 'David Nabergoj'

release = '1.0'
version = '1.0.2'
version = '1.0.4'

# -- General configuration

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "torchflows"
version = "1.0.2"
version = "1.0.4"
authors = [
{ name = "David Nabergoj", email = "[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="normalizing-flows",
version="0.1",
version="1.0.4",
description="Modern normalizing flows in Python",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit f2b1d04

Please sign in to comment.