Skip to content

Commit

Permalink
Update to version 3.0.0 in meta.yml #38
Browse files Browse the repository at this point in the history
Update to version 3.0.0 in meta.yml
  • Loading branch information
JoeLambourne authored Oct 9, 2024
2 parents b140609 + 33aae34 commit 418deb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "occwl" %}
{% set version = "2.1.0" %}
{% set version = "3.0.0" %}

package:
name: "{{ name|lower }}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="occwl", # package name
version="2.1.1",
version="3.0.0",
author="Pradeep Kumar Jayaraman, Joseph G. Lambourne",
author_email="[email protected], [email protected]",
description="Lightweight Pythonic wrapper around pythonocc",
Expand Down

0 comments on commit 418deb2

Please sign in to comment.