Skip to content

Commit

Permalink
Bump version ito 0.3.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsebgosselin committed Apr 27, 2022
1 parent f97c7fd commit 1b4b1e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ image:

environment:
global:
PYHELP_VERSION: "v0.2.2"
PYHELP_VERSION: "v0.3.0"

matrix:
- PYTHON: "C:\\Miniconda37-x64"
Expand Down
4 changes: 2 additions & 2 deletions pyhelp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

import os

version_info = (0, 2, 2)
version_info = (0, 3, 0)
__version__ = '.'.join(map(str, version_info))
__appname__ = 'PyHELP'
__namever__ = __appname__ + " " + __version__
__date__ = '22/03/2022'
__date__ = '27/04/2022'
__project_url__ = "https://github.com/cgq-qgc/pyhelp"
__releases_url__ = __project_url__ + "/releases"
__releases_api__ = "https://api.github.com/repos/cgq-qgc/pyhelp/releases"
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.2.2" %}
{% set version = "0.3.0" %}

package:
name: pyhelp
Expand Down

0 comments on commit 1b4b1e9

Please sign in to comment.