Skip to content

Commit

Permalink
feat: update version 0.0.2 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
jung235 authored Oct 18, 2023
1 parent 4e344a7 commit 10f6b09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If properly installed, you can run:

```console
$ pydiffuser --version
pydiffuser, version 0.0.1
pydiffuser, version 0.0.2
```

## Quickstart
Expand Down
2 changes: 1 addition & 1 deletion docs/features/configs/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"model_alias": "abp",
"pydiffuser_version": "0.0.1",
"pydiffuser_version": "0.0.2",
"realization": 10,
"length": 1000,
"dimension": 2,
Expand Down
2 changes: 1 addition & 1 deletion pydiffuser/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.0.2"

0 comments on commit 10f6b09

Please sign in to comment.