Skip to content

Commit

Permalink
tag new version
Browse files Browse the repository at this point in the history
  • Loading branch information
rcalxrc08 committed Mar 18, 2022
1 parent bdeeed3 commit e5720e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "FinancialMonteCarlo"
uuid = "078f23cc-2637-5a1d-aba6-8a9ba9a6ff83"
license = "MIT"
author = ["rcalxrc08"]
version = "0.1.0"
version = "0.2.0"

[deps]
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# FinancialMonteCarlo.jl <img src="etc/logo.png" width="40">

[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://rcalxrc08.gitlab.io/FinancialMonteCarlo.jl/)
[![Build Status](https://travis-ci.com/rcalxrc08/FinancialMonteCarlo.jl.svg?branch=master)](https://travis-ci.com/rcalxrc08/FinancialMonteCarlo.jl)[![pipeline status](https://gitlab.com/rcalxrc08/FinancialMonteCarlo.jl/badges/master/pipeline.svg)](https://gitlab.com/rcalxrc08/FinancialMonteCarlo.jl/commits/master) [![codecov](https://codecov.io/gl/rcalxrc08/FinancialMonteCarlo.jl/branch/master/graph/badge.svg?token=PypZinZKqB)](https://codecov.io/gl/rcalxrc08/FinancialMonteCarlo.jl)
[![pipeline status](https://gitlab.com/rcalxrc08/FinancialMonteCarlo.jl/badges/master/pipeline.svg)](https://gitlab.com/rcalxrc08/FinancialMonteCarlo.jl/commits/master) [![codecov](https://codecov.io/gl/rcalxrc08/FinancialMonteCarlo.jl/branch/master/graph/badge.svg?token=PypZinZKqB)](https://codecov.io/gl/rcalxrc08/FinancialMonteCarlo.jl)
##### This is a Julia package containing some useful Financial function for Pricing and Risk Management for Equity products.

It currently contains the following capabilities:
Expand Down

2 comments on commit e5720e5

@rcalxrc08
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/56832

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" e5720e5bace92e1bc6b09dc490b77006043b47a9
git push origin v0.2.0

Please sign in to comment.