Skip to content

Commit

Permalink
Version update 0.2.0 (#96)
Browse files Browse the repository at this point in the history
* Version update 0.2.0

* Update CHANGELOG.md

* Update bug_report.yml
  • Loading branch information
ktangsali authored Aug 1, 2023
1 parent 0142cab commit 3883689
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body:
attributes:
label: Version
description: What version of Modulus are you running?
placeholder: "example: 0.1.0"
placeholder: "example: 0.2.0"
validations:
required: true

Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

### Dependencies

## [0.2.0] - 2023-08-xx

### Added

- Added a CHANGELOG.md
- Added build support for internal DGL
- 4D Fourier Neural Operator model
Expand Down
2 changes: 1 addition & 1 deletion modulus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@

from .datapipes.datapipe import Datapipe

__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit 3883689

Please sign in to comment.