Skip to content

Commit

Permalink
Version update 1.1.0 (#45)
Browse files Browse the repository at this point in the history
* Update version 1.1.0

* Update Modulus Core version pyproject.toml

* Update bug_report.yml

* Update CHANGELOG.md
  • Loading branch information
ktangsali authored Aug 1, 2023
1 parent 805cb11 commit fa7a47f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .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 and Modulus Symbolic are you running?
placeholder: "example: 0.1.0"
placeholder: "example: 1.1.0"
validations:
required: true

Expand Down Expand Up @@ -82,4 +82,4 @@ body:
id: misc
attributes:
label: Other/Misc.
description: Please enter any other helpful information here.
description: Please enter any other helpful information here.
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

## [1.1.0] - 2023-08-xx

### Added

- Added a CHANGELOG.md

### Changed
Expand Down
2 changes: 1 addition & 1 deletion modulus/sym/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.0.0"
__version__ = "1.1.0"

from pint import UnitRegistry

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
requires-python = ">=3.8"
license = {text = "Apache 2.0"}
dependencies = [
"nvidia-modulus>=0.1.0",
"nvidia-modulus>=0.2.0",
"hydra-core>=1.2.0",
"termcolor>=2.1.1",
"chaospy>=4.3.7",
Expand Down

0 comments on commit fa7a47f

Please sign in to comment.