Skip to content

Commit

Permalink
version: bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
russkel committed Feb 4, 2021
1 parent c318f69 commit e8656e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: pymoos
version: '2020.1'
version: '2021.1'

source:
path: ..
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 @@

import sys

__version__ = "2020.1"
__version__ = "2021.1"

ext_modules = [
Pybind11Extension("pymoos",
Expand Down

0 comments on commit e8656e0

Please sign in to comment.