Skip to content

Commit

Permalink
bump version number (#380)
Browse files Browse the repository at this point in the history
* bump version number

* remove outdated email
  • Loading branch information
piever authored Apr 16, 2022
1 parent d32c736 commit 3967a70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2020 Pietro Vertechi <pietro.vertechi@veos.digital>
Copyright (c) 2020: Pietro Vertechi.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AlgebraOfGraphics"
uuid = "cbdf2221-f076-402e-a563-3d30da359d67"
authors = ["Pietro Vertechi <pietro.vertechi@veos.digital>"]
version = "0.6.5"
authors = ["Pietro Vertechi"]
version = "0.6.6"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gallery, postprocess_cb, gallery_assets = makedemos("gallery")

makedocs(;
modules=[AlgebraOfGraphics],
authors="Pietro Vertechi <pietro.vertechi@veos.digital>",
authors="Pietro Vertechi",
repo="https://github.com/JuliaPlots/AlgebraOfGraphics.jl/blob/{commit}{path}#{line}",
sitename="Algebra of Graphics",
format=Documenter.HTML(;
Expand Down

2 comments on commit 3967a70

@piever
Copy link
Collaborator Author

@piever piever commented on 3967a70 Apr 16, 2022

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/58605

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.6.6 -m "<description of version>" 3967a70ec7a9406a832711f6b382ad83dbab3406
git push origin v0.6.6

Please sign in to comment.