Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmey committed Oct 24, 2020
1 parent d2e9223 commit 3988bcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def copy_overview(f_read: Path, f_write: Path, rebuild=False) -> None:
project = 'synthia'
copyright = '2020 D. Meyer and T. Nagler'
author = 'D. Meyer and T. Nagler'
release = '0.1.0'
release = '0.1.1'

extensions = [
"sphinx.ext.autodoc",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='synthia',
version='0.1.0',
version='0.1.1',
description='Multi-dimensional synthetic data generation in Python',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 3988bcd

Please sign in to comment.